This release drops .NET Standard in favor of .NET 6.

There are a lot of significant under the hood changes with the release. See the change log for details.
This commit is contained in:
Tony Bark 2021-11-19 13:52:26 -05:00
parent ceebb00314
commit 229ab4f0ad
12 changed files with 179 additions and 186 deletions

View file

@ -1,7 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IsPackable>false</IsPackable>
</PropertyGroup>