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

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>