1
0
mirror of synced 2024-11-14 17:33:49 +00:00
PettingZoo/ParseTapetiMessagesPrototype/ParseTapetiMessagesPrototype.csproj

13 lines
261 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>