Fixup Tgstation.Server.Shared.csproj

This commit is contained in:
Jordan Dominion
2024-07-16 21:54:00 -04:00
parent e3fa319a46
commit 8199bfe152
2 changed files with 6 additions and 3 deletions
@@ -1,9 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../build/Common.props" />
<Import Project="../../build/NewtonsoftJson.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>$(TgsFrameworkVersion)</TargetFramework>
<Version>$(TgsCoreVersion)</Version>
<Nullable>enable</Nullable>
</PropertyGroup>
@@ -1,4 +1,6 @@
using Newtonsoft.Json;
using System;
using Newtonsoft.Json;
using Tgstation.Server.Common.Extensions;