bw-hspc-contest-env/web/templates/csharp/problem/problem.csproj

10 lines
238 B
XML
Raw Normal View History

2023-11-12 18:14:13 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>