mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-12 14:34:38 +01:00
17 lines
493 B
XML
17 lines
493 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.SDKServer.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|