Files
basic-computer-games/02 Amazing/csharp/Amazing.csproj
2021-03-01 13:37:39 -07:00

9 lines
178 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>