Add net6.0 TFM (#603)

Closes #602
This commit is contained in:
Patrik Svensson
2021-10-29 21:05:17 +02:00
committed by GitHub
parent a4ae36738b
commit d02c9e552e
8 changed files with 25 additions and 23 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Description>A library that extends Spectre.Console with ImageSharp superpowers.</Description>