Skip to content
Snippets Groups Projects
Quarkcord.csproj 225 B
Newer Older
  • Learn to ignore specific revisions
  • Emilia's avatar
    Emilia committed
    <Project Sdk="Microsoft.NET.Sdk">
    
        <PropertyGroup>
            <TargetFramework>net8.0</TargetFramework>
            <ImplicitUsings>enable</ImplicitUsings>
            <Nullable>enable</Nullable>
        </PropertyGroup>
    
    </Project>