-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove Edgio CDN usage to release/dev17.8 #76604
Conversation
eng/Versions.props
Outdated
@@ -316,7 +316,7 @@ | |||
When updating the S.C.I or S.R.M version please let the MSBuild team know in advance so they | |||
can update to the same version. Version changes require a VS test insertion for validation. | |||
--> | |||
<SystemCollectionsImmutableVersion>7.0.0</SystemCollectionsImmutableVersion> | |||
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion> |
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.
I'm not 100% certain we can do this - what triggered the upgrade here? If VS 17.8 itself isn't on 8.0 I believe we'll have issues
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.
MSBuildStructuredLoggerVersion version 2.2.386 depends on this according to the CI error message. Maybe we can try with a lower MSBuildStructuredLoggerVersion?
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.
@jordi1215 yeah lets try a lower version. Try 2.2.350, if that doesn't work I can help get other versions added so restore works
…ableVersion version
…t doesn't require 8.0 Immutable collections
The changes are copied over from #76431