Skip to content

Commit

Permalink
Target .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
silkfire committed Nov 17, 2021
1 parent b55b276 commit 8047f8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Pastel.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<Authors>Gabriel Bider</Authors>
<PackageTags>console colors ansi colorize NO_COLOR</PackageTags>
<Copyright>Copyright © 2020</Copyright>
<Copyright>Copyright © 2022</Copyright>
<PackageProjectUrl>https://github.com/silkfire/Pastel</PackageProjectUrl>
<Description>A tiny utility class that makes colorizing console output a breeze.</Description>
<Version>2.1.0</Version>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<PackageReleaseNotes>2.1.0 Performance improvements</PackageReleaseNotes>
<Version>3.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<PackageReleaseNotes>3.0.0 Target .NET 6</PackageReleaseNotes>
</PropertyGroup>

</Project>

0 comments on commit 8047f8b

Please sign in to comment.