Update Microsoft.DotNet.RemoteExecutor to match Arcade version#5929
Merged
Conversation
Bumps Microsoft.DotNet.RemoteExecutor from 7.0.0-beta.22316.2 to 10.0.0-beta.26358.3 and removes the Pinned=true flag, which is no longer needed. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Arcade-aligned dependency version for Microsoft.DotNet.RemoteExecutor, ensuring the toolset dependency set stays consistent with the current Arcade SDK used by this repo.
Changes:
- Bump
Microsoft.DotNet.RemoteExecutorfrom7.0.0-beta.22316.2to10.0.0-beta.26358.3. - Remove the
Pinned="true"attribute from theMicrosoft.DotNet.RemoteExecutordependency entry. - Align the dependency SHA with the Arcade commit used by the other Arcade toolset dependencies.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Updates the Microsoft.DotNet.RemoteExecutor toolset dependency version, removes pinning, and aligns the SHA with the Arcade commit. |
| eng/Version.Details.props | Updates MicrosoftDotNetRemoteExecutorPackageVersion to match the Arcade toolset version used elsewhere in the repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hoyosjs
enabled auto-merge (squash)
July 21, 2026 19:33
max-charlamb
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
Microsoft.DotNet.RemoteExecutorfrom7.0.0-beta.22316.2to10.0.0-beta.26358.3and removes thePinned="true"flag, which is no longer needed.