RAGECOOP-V/Server/CoopServer.csproj
EntenKoeniq 9ad684adc3 Revert "Update CoopServer.csproj"
This reverts commit 15dacadce9d0f775abad65ab9fd6819baa13cf3f.
2021-11-24 00:14:21 +01:00

21 lines
498 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.2.0.0001</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="2.4.6" />
</ItemGroup>
<ItemGroup>
<Reference Include="Lidgren.Network">
<HintPath>..\Libs\Release\Lidgren.Network.dll</HintPath>
</Reference>
</ItemGroup>
</Project>