Files
basic-computer-games/73_Reverse/csharp/Reverse/Reverse.csproj
2022-01-17 08:34:09 +02:00

9 lines
163 B
XML

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