You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it just didn't need to be listed in the top level nuspec/nupkg.
Ah, got it. Thanks!
The reason of this issue is that, the Nuget manager shows a security warning of Newtonsoft.Json after I upgrade Microsoft.Owin.Security.* packages. As the nupkg lists Newtonsoft.Json 10.0.3(which not show in list before) and that version has been outdated, I feel confused. Now I've upgraded Newtonsoft.Json to 13.0.1 to fix the warnning.
I notice that Newtonsoft.Json is imported into
Microsoft.Owin.Security.OpenIdConnect
at the beginning of 4.2.1, by the commit #445 .But it seems not necessary in the lib (which not exists <= 4.2.0). Would it be a mistake?
The text was updated successfully, but these errors were encountered: