Mark van Renswoude
057cac4e22
Implemented Tapeti compatible publishing WIP: example generator from Tapeti message classes (UI still hidden)
16 lines
356 B
XML
16 lines
356 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PettingZoo.Core\PettingZoo.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|