update to net8.0

This commit is contained in:
Colin McMillen 2023-12-28 22:07:32 -05:00
parent ed4044a115
commit 4ce32172f9

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>