dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Fix component governance warnings by explicitly overriding Newtonsoft.Json version #466

Closed SteveSandersonMS closed 2 years ago

SteveSandersonMS commented 2 years ago

Longer term, it would be better to remove these two new dependencies and instead update the direct dependencies that were referencing Newtonsoft.Json 9:

However since that might have other consequences, I'll leave it for @Eilon to decide how to proceed.

SteveSandersonMS commented 2 years ago

Although CI is failing, I'm going to merge it anyway because CI is failing on every PR in this repo and main too. So it's likely that this PR is not making it worse, and we need to merge it to resolve the component governance reports.