1
0
codeforces-template/Codeforces.Console/Codeforces.Console.csproj
2023-12-07 21:32:41 +03:00

11 lines
240 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>