This repository has been archived on 2025-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
RMafia/MafiaServer/MafiaServer.csproj
2021-01-17 22:47:37 +03:00

17 lines
391 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MafiaCommon\MafiaCommon.csproj" />
</ItemGroup>
</Project>