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

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

</Project>