Simplify TicTacToe (C#) folder structure

This commit is contained in:
Zev Spitz
2022-01-17 15:17:54 +02:00
parent eaed38c036
commit d35fa5a546
3 changed files with 11 additions and 8 deletions

View File

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