bowling/Bowling_Server/Bowling_Server.csproj
2022-04-23 14:25:32 +03:00

16 lines
357 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>
<ItemGroup>
<ProjectReference Include="..\BowlingNetLib\NetLib.csproj" />
</ItemGroup>
</Project>