[Deps] Update .NET packages from 10.0.8 to 10.0.9#48568
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates PowerToys’ centrally managed NuGet package versions in Directory.Packages.props, bumping a set of Microsoft.* and System.* dependencies from 10.0.8 to 10.0.9 to keep the repo aligned on the latest patch versions for the .NET 10 package wave.
Changes:
- Bumped
Microsoft.Data.SqliteandMicrosoft.Bcl.AsyncInterfacesfrom10.0.8→10.0.9. - Bumped several
Microsoft.Extensions.*packages from10.0.8→10.0.9. - Bumped multiple
System.*packages (e.g.,System.Text.Json,System.Drawing.Common,System.Management, etc.) from10.0.8→10.0.9.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, 👼 SARIF report, or 📝 job summary for details.
See ❌ Event descriptions for more information. Some files were automatically ignored 🙈These sample patterns would exclude them: You should consider adding them to: File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To update file exclusions, you could run the following commands... in a clone of the git@github.com:snickler/PowerToys.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c/apply.pl' |
perl - 'https://github.com/microsoft/PowerToys/actions/runs/27449162092/attempts/1' &&
git commit -m 'Update check-spelling metadata'Forbidden patterns 🙅 (1)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: Should be
|
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Summary of the Pull Request
Updates
Directory.Packages.propsto align several Microsoft and System package references from10.0.8to10.0.9.PR Checklist
Detailed Description of the Pull Request / Additional comments
Bumped dependency versions for the following packages:
Microsoft.Data.SqliteMicrosoft.Bcl.AsyncInterfacesMicrosoft.Extensions.Caching.AbstractionsMicrosoft.Extensions.Caching.MemoryMicrosoft.Extensions.DependencyInjectionMicrosoft.Extensions.LoggingMicrosoft.Extensions.Logging.AbstractionsMicrosoft.Extensions.HostingMicrosoft.Extensions.Hosting.WindowsServicesMicrosoft.Win32.SystemEventsMicrosoft.Windows.CompatibilitySystem.CodeDomSystem.ComponentModel.CompositionSystem.Configuration.ConfigurationManagerSystem.Data.OleDbSystem.Diagnostics.EventLogSystem.Diagnostics.PerformanceCounterSystem.Drawing.CommonSystem.ManagementSystem.Runtime.CachingSystem.ServiceProcess.ServiceControllerSystem.Text.Encoding.CodePagesSystem.Text.JsonValidation Steps Performed
Directory.Packages.props