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

Don't introduce prebuilts for 8.0.10 packs when building source only #76517

Closed
wants to merge 1 commit into from

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Dec 19, 2024

Unblocks dotnet/sdk#45561

Resolves prebuilts (pinned packs) that are showing up even when targeting the net10.0 TFM:

          "Microsoft.NETCore.App.crossgen2.win-x64": "8.0.10",
          "Microsoft.NETCore.App.Runtime.win-arm64": "8.0.10",
          "Microsoft.NETCore.App.Runtime.win-x64": "8.0.10",

I'm sure there are other and better ways to solve this. I opened this PR mainly to track a fix directly in this repo. I meanwhile added a patch with these changes to dotnet/sdk#45563 to unblock the build.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant