2021-07-07 13:36:25 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-08-04 16:26:41 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2021-07-07 13:36:25 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-07-12 02:34:47 +02:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2021-07-07 13:36:25 +02:00
|
|
|
<PackageReference Include="protobuf-net" Version="2.4.6" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Lidgren.Network">
|
|
|
|
<HintPath>..\Libs\Release\Lidgren.Network.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|