Skip to content

Comments

[release/10.0.1xx] update to 10.0.4 runtime workloads#10845

Merged
jonathanpeppers merged 2 commits intorelease/10.0.1xxfrom
dev/peppers/10.0.4-runtime
Feb 20, 2026
Merged

[release/10.0.1xx] update to 10.0.4 runtime workloads#10845
jonathanpeppers merged 2 commits intorelease/10.0.1xxfrom
dev/peppers/10.0.4-runtime

Conversation

@jonathanpeppers
Copy link
Member

The Mono/Emscripten workloads look like they are only updated via the .NET 10.0.1xx SDK channel, manually updating for now:

> darc update-dependencies --name Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100 --id 302542
Updating 'Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100': '10.0.103' => '10.0.104' (from build '20260219.1' of 'https://github.com/dotnet/dotnet')
Checking for coherency updates...done.
Applying updates...    done.

> darc update-dependencies --name Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100 --id 302542
Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100': '10.0.103' => '10.0.104' (from build '20260219.1' of 'https://github.com/dotnet/dotnet')
Checking for coherency updates...done.
Applying updates...    done.

Will review how we can automate this for future updates.

The Mono/Emscripten workloads look like they are only updated via the
`.NET 10.0.1xx SDK` channel, manually updating for now:

    > darc update-dependencies --name Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-10.0.100 --id 302542
    Updating 'Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest-10.0.100': '10.0.103' => '10.0.104' (from build '20260219.1' of 'https://github.com/dotnet/dotnet')
    Checking for coherency updates...done.
    Applying updates...    done.

    > darc update-dependencies --name Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100 --id 302542
    Updating 'Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100': '10.0.103' => '10.0.104' (from build '20260219.1' of 'https://github.com/dotnet/dotnet')
    Checking for coherency updates...done.
    Applying updates...    done.

Will review how we can automate this for future updates.
Copilot AI review requested due to automatic review settings February 19, 2026 23:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Mono and Emscripten workload manifests from version 10.0.103 to 10.0.104 for the .NET 10.0.1xx SDK. The update was performed manually using the darc update-dependencies command, as these workloads are currently only updated via the .NET 10.0.1xx SDK channel. The changes track build 20260219.1 from the dotnet/dotnet repository.

Changes:

  • Updated Mono and Emscripten workload manifest versions from 10.0.103 to 10.0.104
  • Updated dependency SHA references to match the new build (69600372e5b6e4a27587423ec6997a46079ea3fc)
  • Added corresponding NuGet package source for the new build

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
eng/Versions.props Bumped MicrosoftNETWorkloadMonoToolchainCurrentManifest100100PackageVersion and MicrosoftNETWorkloadEmscriptenCurrentManifest100100PackageVersion from 10.0.103 to 10.0.104
eng/Version.Details.xml Updated version numbers and SHA references for both Mono and Emscripten workload manifests to track the new build
NuGet.config Added new darc package source for the updated build, following the established naming convention (7-char SHA in key, 8-char in URL)

@rolfbjarne
Copy link
Member

rolfbjarne commented Feb 20, 2026

@jonathanpeppers we don't have these dependencies; maybe you don't need it in the first place (or maybe we need them too...)?

@jonathanpeppers
Copy link
Member Author

@rolfbjarne I'll find out what we should do here in a meeting on Monday -- with .NET SDK team.

There is a regression in Android NativeAOT (which is OK, it's extremely experimental) -- and we definitely weren't getting codeflow from runtime to see it.

@jonathanpeppers jonathanpeppers merged commit 8f1d2f5 into release/10.0.1xx Feb 20, 2026
2 checks passed
@jonathanpeppers jonathanpeppers deleted the dev/peppers/10.0.4-runtime branch February 20, 2026 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants