Drop .NET 5.0 support

This commit is contained in:
Matt Nadareski
2022-07-08 22:29:20 -07:00
parent 1a0d45e4ed
commit c7ac8668b5
2 changed files with 2 additions and 2 deletions

View File

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