Files
basic-computer-games/27_Civil_War/csharp/CivilWar.csproj
2022-01-17 08:19:24 +02:00

10 lines
195 B
XML

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