Files
SPT-Server-Build/Libraries/SptCommon/SptCommon.csproj
T
2025-02-11 10:56:29 +00:00

11 lines
250 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<OutputType>Library</OutputType>
</PropertyGroup>
</Project>