Fix RootNamespace and LangVersion

This commit is contained in:
Zev Spitz
2022-01-17 23:01:42 +02:00
parent 6f0471d0be
commit 2d44db49a4
6 changed files with 7 additions and 6 deletions

View File

@@ -2,8 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>batnum</RootNamespace>
<RootNamespace>Batnum</RootNamespace>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>16.9</LangVersion>
</PropertyGroup>
</Project>