System.IdentityModel.Tokens.Jwt breaking changes at 8.3 #3191
KnottStudios
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
8.3.0 is the last version that supports .net6 fully.
8.3.1 introduces Microsoft.Bcl.Memory 9.0.0.
For this reason, users who have automatically updating packages should be aware and possibly stop the update at 8.2.1 so the patch is not accidentally implemented without an intentional minor update.
Microsoft.Bcl.Memory 9.0.0 doesn't support net6.0 and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk.
This can cause issues in .net6 core applications, but occurs in a patch update.
Such breaking changes should only occur in a major update and descriptions should not include .net6 when it is not supported.
Beta Was this translation helpful? Give feedback.
All reactions