Add .NET 7 build targets

This commit is contained in:
Matt Nadareski
2022-12-29 23:55:38 -08:00
parent 3039ab0ff8
commit e7adfb154f
15 changed files with 29 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>