net6.0 to net7.0

This commit is contained in:
2023-03-28 10:41:07 -07:00
parent 82cc75341e
commit 600d4467de
3 changed files with 21 additions and 5 deletions

View File

@ -11,7 +11,7 @@
<LangVersion>10.0</LangVersion>
<Nullable>disable</Nullable>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<VSTestLogger>trx</VSTestLogger>