Skip to content

build(deps): bump dotnet-sdk from 10.0.300 to 10.0.301#5322

Merged
jamescrosswell merged 3 commits into
mainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.301
Jun 30, 2026
Merged

build(deps): bump dotnet-sdk from 10.0.300 to 10.0.301#5322
jamescrosswell merged 3 commits into
mainfrom
dependabot/dotnet_sdk/dotnet-sdk-10.0.301

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor

Bumps dotnet-sdk from 10.0.300 to 10.0.301.

Release notes

Sourced from dotnet-sdk's releases.

.NET 10.0.9

Release

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.300 to 10.0.301.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v10.0.300...v10.0.301)

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

Signed-off-by: dependabot[bot] <support@github.com>
@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 Jun 26, 2026
@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 Jun 26, 2026
The 10.0.301 workload's Microsoft.iOS only accepts iOS TargetPlatformVersion
26.0 or 26.5 (dropping 26.2). CI pinned Xcode 26.3 on macos-15, whose iOS SDK
is 26.2, so net10.0-ios builds failed with NETSDK1140. macos-26 ships Xcode
26.5 (iOS 26.5 SDK + simulator), which the new workload supports.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: James Crosswell <james.crosswell@gmail.com>
@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.16%. Comparing base (11068e0) to head (d8085b1).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5322      +/-   ##
==========================================
+ Coverage   74.15%   74.16%   +0.01%     
==========================================
  Files         508      508              
  Lines       18353    18353              
  Branches     3586     3586              
==========================================
+ Hits        13610    13612       +2     
+ Misses       3870     3869       -1     
+ Partials      873      872       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

The MAUI device/integration test apps explicitly pin the iOS
TargetPlatformVersion to 26.2, which overrides the SDK default regardless of
the selected Xcode. The 10.0.301 workload only accepts 26.0/26.5, so these
pins still produced NETSDK1140 even after moving to Xcode 26.5. Update the
pins (and matching comments) to 26.5.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: James Crosswell <james.crosswell@gmail.com>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Flash0ver .NET 10.0.301 requires XCode 26.5 which is only available on the macos-26 runners so I had to bump both in order to get this PR working.

We don't lose much in doing this (we were already unable to run any tests against the net9.0-ios targets in CI when we were running XCode 26.3)... so I can't see any reason not to do it. It's just the logical conclusion of our decision to targe the most recent version of .NET (especially for the mobile integrations).

@jamescrosswell jamescrosswell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated approval: dependency update, CI green, no breaking changes in description.

@jamescrosswell jamescrosswell merged commit 951d98f into main Jun 30, 2026
48 checks passed
@jamescrosswell jamescrosswell deleted the dependabot/dotnet_sdk/dotnet-sdk-10.0.301 branch June 30, 2026 04:07
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