1
0

fix a few compiler warnings

This commit is contained in:
2023-10-03 16:13:37 +02:00
parent 4cc76a45ef
commit d981d092e4
8 changed files with 424 additions and 429 deletions

View File

@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
</PropertyGroup>
@@ -14,4 +14,6 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
</ItemGroup>
</Project>