Skip to content
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

Add System.Common.Drawing prebuilt #15868

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

MichaelSimons
Copy link
Member

Added System.Drawing.Common.8.0.0-alpha.1.23076.9.nupkg to the source-build prebuilt tarball. This is needed by the bootstrap leg because of the following:

  1. Stage 1 using Preview 2 PSB
      - Runtime removed System.Drawing.Common (Remove System.Drawing.Common from runtime runtime#83356)
        - System.Windows.Extensions still references SDC - because runtime is not using the per-repo pvp, it is forced to use the version from previous source-built artifacts
  2. Stage 2 (bootstrap)
      - Arcade build references System.Windows.Extensions from previous source-built artifacts which per Stage 1 comment above, requires System.Drawing.Common which in this context is the n-2 version.

@MichaelSimons MichaelSimons requested a review from a team as a code owner March 20, 2023 14:18
@MichaelSimons MichaelSimons enabled auto-merge (squash) March 20, 2023 14:18
@MichaelSimons MichaelSimons merged commit c373093 into dotnet:main Mar 20, 2023
@MichaelSimons MichaelSimons deleted the upgrade-prebuilts branch March 20, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants