dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
259 stars 126 forks source link

[6.0.1xx] Remove System.Security.Cryptography 4.7.0 from SBRP #4350

Closed ellahathaway closed 4 weeks ago

ellahathaway commented 1 month ago

The Stage 2 tarball build failed due to msbuild 17.0.1's dependency on System.Security.Cryptography.4.7.0, which was removed from 6.0 in https://github.com/dotnet/source-build-reference-packages/pull/939.

This wasn't an issue in Stage 1 as the required package was in the previously-source-built artifacts. To fix the Stage 2 build, System.Security.Cryptography.4.7.0 was added back to SBRP temporarily. Since msbuild fixed its dependency on this package in https://github.com/dotnet/msbuild/pull/9867, we can remove System.Security.Cryptography.4.7.0 from SBRP once the next release occurs and the previously-source-built artifacts have been updated.

dotnet-issue-labeler[bot] commented 1 month ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

MichaelSimons commented 1 month ago

[triage] This can be removed once we rebootstrap after the May servicing release.