Add .NET 6.0 as build target

This commit is contained in:
Matt Nadareski
2022-04-16 21:47:55 -07:00
parent c1d5c406a9
commit 9045cd2b2b
15 changed files with 21 additions and 54 deletions

View File

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