Refreshed project to target .NET 6 and latest userkit

- Fixed a slight oversight
This commit is contained in:
Tony Bark 2022-12-25 18:27:57 -05:00
parent 4f0863f429
commit 7c16857c9a
13 changed files with 182 additions and 16 deletions

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>8</LangVersion>
<Nullable>warnings</Nullable>
</PropertyGroup>