Avoid dependencies and upgrade X509Certificates#13341
Merged
ViktorHofer merged 1 commit intodotnet:mainfrom Apr 28, 2023
Merged
Avoid dependencies and upgrade X509Certificates#13341ViktorHofer merged 1 commit intodotnet:mainfrom
ViktorHofer merged 1 commit intodotnet:mainfrom
Conversation
1 task
- Upgrade the transitive x509Certificates dependency until Azure.Core is upgraded to not bring in old libraries like System.Net.Http on .NET Framework. - Upgrade other dependencies and use PackageDownload for libraries which don't ship anymore but still bring in netstandard1.x dependencies. - Upgrade SignCheckLibrary's stale NuGet dependencies to avoid bringing in Newtonsoft.Json/9.0.1
39094f6 to
8c90779
Compare
ViktorHofer
added a commit
to ViktorHofer/source-build-reference-packages
that referenced
this pull request
Apr 28, 2023
Required to upgrade Arcade, which currently references a very old version: 4.5.0. Unblocks: dotnet/arcade#13341
ViktorHofer
added a commit
to ViktorHofer/source-build-reference-packages
that referenced
this pull request
Apr 28, 2023
Required to upgrade Arcade, which currently references a very old version: 4.5.0. Unblocks: dotnet/arcade#13341
mthalman
pushed a commit
to dotnet/source-build-assets
that referenced
this pull request
Apr 28, 2023
Required to upgrade Arcade, which currently references a very old version: 4.5.0. Unblocks: dotnet/arcade#13341
Member
Author
|
This PR will be unblocked in ~1 hour. Waiting for https://dnceng.visualstudio.com/internal/_build/results?buildId=2169554&view=results to finish and then need to trigger the subscription from source-build-reference-packages into arcade and merge that PR. EDIT: #13346 |
garath
approved these changes
Apr 28, 2023
This was referenced May 1, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #13326
Replaces #13331