RAGECOOP-V/Server/CoopServer.csproj

21 lines
498 B
XML
Raw Normal View History

2021-07-07 13:36:25 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>1.1.1.0001</AssemblyVersion>
2021-09-28 16:51:16 +02:00
<FileVersion>1.0.0.0</FileVersion>
2021-07-07 13:36:25 +02:00
</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>