17 lines
383 B
XML
17 lines
383 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<Version>0.1</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="6.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PettingZoo.Core\PettingZoo.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|