Update the .NET SDK to support .NET Core 3.1
The current .NET Core NuGet package is set to support .NET Standard 1.4, but this means that support for old libraries is required. For example, the SDK throws exceptions when getting an admin client due to incompatibilities with System.IdentityModel.JwtToken >= 5.4. These sort of problems are going to continue to happen as the framework progresses.
2
votes

Starting from .NET SDK version 4.0.0., .NET supports Standard 2.0.
We dropped support for .NET version <2.0, so the issues mentioned in this request should not be valid any more. Please reply to this message or submit an issue in Github repository if you still face any difficulties.