mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-13 06:54:48 +01:00
17 lines
494 B
XML
17 lines
494 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
<ProjectReference Include="..\Novaria.Common\Novaria.Common.csproj" />
|
|
<ProjectReference Include="..\Novaria.SDKServer\Novaria.GameServer.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|