Files
tbd-station-14/Content.Shared.Database/Content.Shared.Database.csproj
2021-11-28 14:56:53 +01:00

10 lines
222 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>