5dplomacy/MultiversalDiplomacy/MultiversalDiplomacy.csproj

11 lines
239 B
XML
Raw Normal View History

2022-02-12 19:33:03 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>