Files
basic-computer-games/29_Craps/csharp/Craps/Craps.csproj
2022-01-17 08:24:39 +02:00

9 lines
170 B
XML

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