-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve Component Governance bugs #38310
Conversation
eng/Versions.props
Outdated
@@ -226,11 +226,11 @@ | |||
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version> | |||
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version> | |||
<!-- 3rd party dependencies --> | |||
<AngleSharpVersion>0.9.9</AngleSharpVersion> | |||
<AngleSharpVersion>0.10.0</AngleSharpVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes to this file are to prevent System.Net.Http 4.1.0
from being brought in transitively
@javiercn @captainsafia @pranavkm @BrennanConroy |
Try upgrading to 5.0.1 instead of 6.0.1 |
Hmm, looks like resolving |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/backport to release/6.0 |
Should resolve Component Governance bugs, except a couple that I'm following up on. Will want to take a submodule update once dotnet/spa-templates#30 is in.
CC @Pilchie