[main] Bump System.IO.Hashing to 10.0.10#12163
Open
jonathanpeppers wants to merge 3 commits into
Open
Conversation
--- updated-dependencies: - dependency-name: System.IO.Hashing dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Use the root SystemIOHashingPackageVersion in xamarin-android-tools and keep compatibility comments independent of the current patch version. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 51b3ca0b-2cd9-4f3d-be25-99ea715790c8
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the System.IO.Hashing package bump to main, and aligns related pinned PackageReference logic/comments so the repo consistently uses $(SystemIOHashingPackageVersion) (avoiding patch-specific churn and keeping the SourceLink/runtime-asset collision mitigation understandable).
Changes:
- Bump
SystemIOHashingPackageVersionfrom10.0.9to10.0.10. - Centralize
external/xamarin-android-tools’ System.IO.Hashing version on$(SystemIOHashingPackageVersion). - Make the SourceLink/System.IO.Hashing compatibility comments patch-version-independent.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| external/xamarin-android-tools/Directory.Build.targets | Switch System.IO.Hashing update to use $(SystemIOHashingPackageVersion) |
| external/Java.Interop/Directory.Build.targets | Update compatibility comment to reference $(SystemIOHashingPackageVersion) generically |
| eng/Versions.props | Bump SystemIOHashingPackageVersion to 10.0.10 |
| Directory.Build.targets | Update compatibility comment to remove patch-specific AssemblyVersion examples |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
simonrozsival
approved these changes
Jul 17, 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.
Backports #12144 to
main.Also centralizes the
external/xamarin-android-toolspackage reference on$(SystemIOHashingPackageVersion)and makes the related compatibility comments patch-version-independent.