dingo/dingo.csproj
DingoMC a336ebb692
Some checks failed
First CI / build (push) Successful in 1m2s
First CI / test (push) Failing after 10s
Siszarp
2023-11-21 14:02:48 +01:00

11 lines
239 B
XML

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