Resolve warnings and use features from .NET 6.

This commit is contained in:
Pete Chown
2022-09-14 18:05:16 +01:00
parent 57eb8e3727
commit 627b048144
2 changed files with 67 additions and 73 deletions

View File

@@ -2,6 +2,8 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>