aboutsummaryrefslogtreecommitdiff
path: root/Codeforces.Console/Codeforces.Console.csproj
blob: c1368a7f9081accda0d874bdaf414ca209b945d6 (plain)
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>

</Project>