TheShopCritics2/TSC2.Server/TSC2.Server.csproj

10 lines
209 B
XML
Raw Normal View History

2024-05-09 17:54:34 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>