Files
basic-computer-games/17_Bullfight/csharp/Bullfight.csproj
2022-01-17 09:07:59 +02:00

8 lines
196 B
XML

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