Convert to using .NET Standard 2.1

This commit is contained in:
Matt Nadareski
2022-04-16 22:03:50 -07:00
parent 7f9f75ae53
commit fc6bd36822
12 changed files with 16 additions and 16 deletions

View File

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