Skip to content

dotnet(deps[sdk]) bump dotnet-sdk from 10.0.302 to 10.0.400 - #6

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.400
Open

dotnet(deps[sdk]) bump dotnet-sdk from 10.0.302 to 10.0.400#6
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.400

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps dotnet-sdk from 10.0.302 to 10.0.400.

Release notes

Sourced from dotnet-sdk's releases.

.NET 10.0.11

Release

What's Changed

... (truncated)

Commits
  • 32593ca [release/10.0.4xx] Fix hostfxr resolution failure on musl (#55519)
  • 34bb679 [release/10.0.4xx] Fix NuGet subcommand help forwarding (#55482)
  • 5b623a1 [release/10.0.4xx] Fix missing data for ReportInstallSucces (#55485)
  • 0066c99 Merge branch 'release/10.0.4xx' into backport/pr-55483-to-release/10.0.4xx
  • 042be08 [release/10.0.4xx] Source code updates from dotnet/dotnet (#55465)
  • a5af175 Fix missing data for ReportInstallSucces
  • 9cac8b9 Add copilot-app LLM environment telemetry detection [10.0.4xx] (#55443)
  • 1d1aa49 Re-enable C++/CLI test coverage previously gated on VS 2026 toolset availabil...
  • 5b2b079 [automated] Merge branch 'release/10.0.3xx' => 'release/10.0.4xx' (#55375)
  • 87fb6b4 Reset files to release/10.0.4xx
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code labels Aug 16, 2026
@tony

tony commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.302 to 10.0.400.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v10.0.302...v10.0.400)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 10.0.400
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/dotnet_sdk/dotnet-sdk-10.0.400 branch from 754630e to a123a31 Compare August 17, 2026 00:26
why: Dependabot moves global.json alone. Two other things pin the same
SDK and neither followed, so this branch failed 18 of 21 checks and
would have broken every local toolchain on merge.

10.0.400 bundles different versions of Microsoft.NET.ILLink.Tasks and
Microsoft.DotNet.ILCompiler than 10.0.302 -- 8.0.29 to 8.0.30, and
10.0.10 to 10.0.11. The lock files still pinned the old ones, so
restore --locked-mode refused before anything compiled. That is NU1004,
which reads like a dependency problem and is not one.

.tool-versions still named 10.0.302 while global.json asked for exactly
10.0.400 with rollForward disabled. CI cannot see that: setup-dotnet
reads global.json and never looks at .tool-versions. Locally every
dotnet command failed with "A compatible .NET SDK was not found".

what:
- Pin dotnet 10.0.400 in .tool-versions, matching global.json
- Regenerate every lock file with restore --force-evaluate
- The regeneration also refreshes project-reference records from
  0.0.0-alpha.6 to alpha.7, left stale by the version bump; locked
  mode enforces package entries only, which is why nothing caught it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant