Files
SPT-Server-Build/Core/Core.csproj
T
2025-01-07 12:45:15 +00:00

11 lines
270 B
XML

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