Simplify Mastermind (C#) folder structure

This commit is contained in:
Zev Spitz
2022-01-17 11:48:01 +02:00
parent df8269fd0c
commit ca9fafc758
12 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>