Files
basic-computer-games/17 Bullfight/csharp/Game.csproj
2021-07-23 20:02:54 -04:00

8 lines
196 B
XML

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