CS2GSI/CS2GSI.csproj

10 lines
222 B
XML
Raw Normal View History

2024-01-15 19:18:45 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>