Merge pull request #86 from Jim030123/main

Update .Net 6.0 to .Net 7.0
This commit is contained in:
Mark J. Price 2023-10-06 08:53:58 +01:00 committed by GitHub
commit 724c20c08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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