Anyone experience an unexpected issue when upgrading your IdentityModel package dependencies? Is this a "bug" or is there another way to get around this?
I have several .NET 4.8.1 framework console apps that have a dependency on the IdentityModel package, which has always been a collection of these packages:
Microsoft.IdentityModel.JsonWebTokens
Microsoft.IdentityModel.Logging
Microsoft.IdentityModel.Tokens
System.IdentityModel.Tokens.Jwt
Our most recent packages were on 6.19. Nuget showed that 6.23.1 was available. So I let it "update" the packages... which suddenly pulled in MANY more packages (that were NOT shown as dependencies):
Microsoft.IdentityModel.Abstractions
Microsoft.Bcl.AsyncInterfaces
System.Buffers
System.Memory
System.Numerics.Vectors
System.Runtime.CompilerServices.Unsafe
System.Text.Encoding
System.Text.Encodings.Web
System.Text.Json
System.Threading.Tasks.Extensions
System.ValueTuple