chore: rollback unneeded bumps for sr8#1912
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR rolls back package version bumps that were unneeded for the sr8 release, reverting three package versions to their previous states. The changes ensure consistency across both the configuration file and documentation.
- Downgraded .NET 10.0 version overrides for
Microsoft.Extensions.Logging.ConsoleandMicrosoft.Windows.Compatibilityfrom10.0.1to10.0.0 - Downgraded
Microsoft.Web.WebView2from1.0.3650.58to1.0.3595.46
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Uno.Sdk/packages.json | Rolled back version specifications for two .NET 10.0 package overrides and the WebView2 package version |
| src/Uno.Sdk/ReadMe.md | Updated documentation to mirror the package version rollbacks in packages.json |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kazo0
disabled auto-merge
December 24, 2025 15:46
This was referenced Dec 29, 2025
This was referenced Jan 15, 2026
This was referenced Feb 5, 2026
This was referenced May 25, 2026
This was referenced Jul 20, 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.
This pull request updates some package version references in both the
src/Uno.Sdk/packages.jsonandsrc/Uno.Sdk/ReadMe.mdfiles to ensure consistency. The changes primarily involve downgrading specific package versions for .NET 10.0 and the Microsoft WebView2 component.Package version downgrades:
net10.0version override forMicrosoft.Extensions.Logging.Consolefrom10.0.1to10.0.0in bothpackages.jsonandReadMe.md. [1] [2]net10.0version override forMicrosoft.Windows.Compatibilityfrom10.0.1to10.0.0in bothpackages.jsonandReadMe.md. [1] [2]MicrosoftWebView2package version from1.0.3650.58to1.0.3595.46in bothpackages.jsonandReadMe.md. [1] [2]