Files
basic-computer-games/29 Craps/csharp/Craps/Craps/Craps.csproj
2021-04-10 23:27:22 +01:00

9 lines
170 B
XML

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