1
0
codeforces-template/Codeforces.Console/Codeforces.Console.csproj

11 lines
240 B
XML
Raw Normal View History

2023-08-09 09:12:09 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-12-07 21:32:41 +03:00
<TargetFramework>net8.0</TargetFramework>
2023-08-09 09:12:09 +03:00
<ImplicitUsings>enable</ImplicitUsings>
2023-08-11 10:08:35 +03:00
<Nullable>disable</Nullable>
2023-08-09 09:12:09 +03:00
</PropertyGroup>
</Project>