Files
basic-computer-games/00_Common/dotnet/Games.Common/Games.Common.csproj
2022-04-15 21:30:16 +10:00

11 lines
240 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>