2021-08-18 11:47:59 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-09-26 21:19:26 +02:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2021-08-18 11:47:59 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="CoopServer">
|
2021-09-26 21:19:26 +02:00
|
|
|
<HintPath>..\..\Server\bin\Debug\net6.0\CoopServer.dll</HintPath>
|
2021-08-18 11:47:59 +02:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|