Files
basic-computer-games/01 Acey Ducey/csharp/AceyDucey.csproj
2021-02-15 18:15:06 -08:00

9 lines
170 B
XML

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