-
Notifications
You must be signed in to change notification settings - Fork 10k
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
Update .NET SDK to 9.0.100-rc.2.24464.3 #57887
Conversation
Update .NET SDK to version 9.0.100-rc.2.24464.3. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving SDK update.
@ellahathaway the generated prebuilt-usage.xml file doesn't list any |
[Edited] These prebuilts are quite odd. I can't find them in the binlogs, although they end up in the source-build package cache somehow (but this only shows up in the outer binlog when reporting on the prebuilts). My hunch is that these dependencies are somehow being pulled from either an intermediate or the toolset, although when I look at the binlogs, I don't see these dependencies listed in the intermediates or toolset. I've asked @MichaelSimons to help me take a look. Heads up that we are both OOF tomorrow, so if you need additional help with these before the weekend please ping someone via @dotnet/source-build-internal. |
We think the path forward here is to add these to the prebuilt exclusion baseline. For context, we suspect that these are transitive dependencies of packages being referenced in aspnetcore. For example, Nuget.Packaging.6.2.4 is referenced in this repo and has Newtonsoft.Json.13.0.1 as a dependency. Given that Nuget.Packaging will get lifted to the latest version during a VMR source-build build, we suspect that Newtonsoft.Json will also get lifted to 13.0.3. These prebuilts likely surfaced now due to changes in how nuget handles transitive dependencies, but we aren't entirely sure. |
Superseded by #58028. |
Updates the .NET SDK to version
9.0.100-rc.2.24464.3
, which also updates the .NET runtime from version9.0.0-rc.2.24456.9
to version9.0.0-rc.2.24462.10
.This pull request was auto-generated by GitHub Actions.