-
Notifications
You must be signed in to change notification settings - Fork 812
Update dependencies coming from maintenance-packages #18329
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
Conversation
✅ No release notes required |
@ViktorHofer @ericstj this is ready to review. Same changes as in the test PR in dotnet/dotnet: https://github.com/dotnet/dotnet/pull/155/files |
The CI is failing because fsharp depends on source-build-reference-packages from release/9.0. Is that correct? See the branch of origin in all the recent PRs: |
@dotnet/fsharp-team-msft This is blocked by #18398 |
…ence-packages build 20250320.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.25163.3 -> To Version 9.0.0-alpha.1.25170.3
code formatting change is unrelated: PR to fix in process: #18404 |
CI looks good. I think the conditions that I removed are no longer needed, particularly because we have merged the ref packages to the source-build-reference-packages repo. @KevinRansom or @T-Gro can you please merge? |
Mentioned offline to Kevin - This is now blocking the msbuild deps flow into sdk: dotnet/sdk#47853 |
* Use correct TFM for source build when OfficialBuildId isn't set (#18397) * Update dependencies coming from maintenance-packages (#18329) * Update dependencies coming from maintenance-packages * Remove temp feed * Sort * Push for real the changes this time * Update to latest in nuget.org * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250320.3 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 9.0.0-alpha.1.25163.3 -> To Version 9.0.0-alpha.1.25170.3 * Bring back conditions * missing space --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com> --------- Co-authored-by: Matt Thalman <mthalman@microsoft.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com> Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
This PR is result of testing the parallel dependency updates to ensure source-build does not break: dotnet/dotnet#133
IMPORTANT: I need to merge this PR at the same time as all the other PRs in the other repos, to prevent breaking the dependency ingestion in the dotnet/sdk repo.
cc @ericstj @ViktorHofer