diff --git a/Directory.Build.props b/Directory.Build.props index ce74b0c..3cf1fbe 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ 3 - 5 + 6 $([System.DateTime]::UtcNow.ToString("MMdd")) $([System.DateTime]::UtcNow.TimeOfDay.TotalMinutes.ToString("0")) $(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision) @@ -29,7 +29,7 @@ en-US enable true - netstandard2.0;net462;net481;net8.0;net9.0 + netstandard2.0;netstandard2.1;net462;net481;net8.0;net9.0 diff --git a/README.md b/README.md index 1ce9b98..f4c2b37 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ [![NuGet](https://img.shields.io/nuget/v/BB84.Notifications.svg?logo=nuget&logoColor=white)](https://www.nuget.org/packages/BB84.Notifications) [![net20](https://img.shields.io/badge/netstandard2.0-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) +[![net21](https://img.shields.io/badge/netstandard2.1-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) [![net462](https://img.shields.io/badge/net462-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) -[![net48](https://img.shields.io/badge/net48-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) +[![net481](https://img.shields.io/badge/net481-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) [![net80](https://img.shields.io/badge/net8.0-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications) [![net90](https://img.shields.io/badge/net9.0-5C2D91?logo=.NET&labelColor=gray)](https://github.com/BoBoBaSs84/BB84.Notifications)