Microsoft recommends no longer supporting .NET Standard 1.1 and .NET Standard 2.0. With .NET 9, the compiler will even trigger a warning:
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/9.0/netstandard-warning
To follow the recommendation, and also clean up the code a bit, the package drop support for .NET Standard 1.1 and .NET Standard 2.0. This could possibly be for a v1.2.0 release.
Microsoft recommends no longer supporting .NET Standard 1.1 and .NET Standard 2.0. With .NET 9, the compiler will even trigger a warning:
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/9.0/netstandard-warning
To follow the recommendation, and also clean up the code a bit, the package drop support for .NET Standard 1.1 and .NET Standard 2.0. This could possibly be for a
v1.2.0release.