Files
basic-computer-games/03 Animal/csharp/Animal.csproj
Mark Dellacca b283e4535f C# animal
2021-02-18 15:45:44 -08:00

9 lines
163 B
XML

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