-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1184 from Basaingeal/release/v1.6.0
Release/v1.6.0
- Loading branch information
Showing
4 changed files
with
161 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# v1.5.0 | ||
# v1.6.0 | ||
|
||
## .NET 7 support | ||
## Remove explicit .NET Core 3.1 support | ||
|
||
.NET 7 is enabled as a framework target. | ||
|
||
## Remove .NET 5 support | ||
|
||
.NET 5 is no longer explicitly supported as it is EOL. | ||
The package should still work in .NET 5 apps though as a `netstandard2.0` package. | ||
This library no longer targets .NET Core 3.1 as it is no longer a supported version of .NET. The library still targets .NET Standard 2.0, so apps that are still on .NET Core 3.1 should still be able to use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.