Files
basic-computer-games/60_Mastermind/csharp/Mastermind.csproj
2022-01-17 11:48:01 +02:00

8 lines
193 B
XML

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