Supercell.Soil/Supercell.Soil.SDK/Supercell.Soil.SDK.csproj

10 lines
210 B
XML
Raw Permalink Normal View History

2024-01-21 04:18:08 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>