mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-22 01:58:04 +00:00
[Deps] Update .NET packages from 9.0.7 to 9.0.8 (#41039)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Updates .NET 9 Runtime / Library packages to the latest 9.0.8 servicing release. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [ ] Closes: #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx <!-- Provide a more detailed description of the PR, other things fixed, or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed
This commit is contained in:
parent
e93b044f39
commit
0d4f3d851e
@ -34,22 +34,22 @@
|
|||||||
<!-- Including MessagePack to force version, since it's used by StreamJsonRpc but contains vulnerabilities. After StreamJsonRpc updates the version of MessagePack, we can upgrade StreamJsonRpc instead. -->
|
<!-- Including MessagePack to force version, since it's used by StreamJsonRpc but contains vulnerabilities. After StreamJsonRpc updates the version of MessagePack, we can upgrade StreamJsonRpc instead. -->
|
||||||
<PackageVersion Include="MessagePack" Version="3.1.3" />
|
<PackageVersion Include="MessagePack" Version="3.1.3" />
|
||||||
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
|
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
|
||||||
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.8" />
|
||||||
<!-- Including Microsoft.Bcl.AsyncInterfaces to force version, since it's used by Microsoft.SemanticKernel. -->
|
<!-- Including Microsoft.Bcl.AsyncInterfaces to force version, since it's used by Microsoft.SemanticKernel. -->
|
||||||
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
|
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
|
||||||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.15.0" />
|
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.15.0" />
|
||||||
<PackageVersion Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
|
<PackageVersion Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
|
||||||
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
|
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
|
||||||
<!-- Package Microsoft.Win32.SystemEvents added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Drawing.Common but the 8.0.1 version wasn't published to nuget. -->
|
<!-- Package Microsoft.Win32.SystemEvents added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Drawing.Common but the 8.0.1 version wasn't published to nuget. -->
|
||||||
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.10.340" />
|
<PackageVersion Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.10.340" />
|
||||||
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.7" />
|
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.8" />
|
||||||
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.183" />
|
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.183" />
|
||||||
<!-- CsWinRT version needs to be set to have a WinRT.Runtime.dll at the same version contained inside the NET SDK we're currently building on CI. -->
|
<!-- CsWinRT version needs to be set to have a WinRT.Runtime.dll at the same version contained inside the NET SDK we're currently building on CI. -->
|
||||||
<!--
|
<!--
|
||||||
@ -78,28 +78,28 @@
|
|||||||
<PackageVersion Include="StreamJsonRpc" Version="2.21.69" />
|
<PackageVersion Include="StreamJsonRpc" Version="2.21.69" />
|
||||||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
||||||
<!-- Package System.CodeDom added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Management but the 8.0.1 version wasn't published to nuget. -->
|
<!-- Package System.CodeDom added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Management but the 8.0.1 version wasn't published to nuget. -->
|
||||||
<PackageVersion Include="System.CodeDom" Version="9.0.7" />
|
<PackageVersion Include="System.CodeDom" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
||||||
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.7" />
|
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.7" />
|
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Data.OleDb" Version="9.0.7" />
|
<PackageVersion Include="System.Data.OleDb" Version="9.0.8" />
|
||||||
<!-- Package System.Data.SqlClient added to force it as a dependency of Microsoft.Windows.Compatibility to the latest version available at this time. -->
|
<!-- Package System.Data.SqlClient added to force it as a dependency of Microsoft.Windows.Compatibility to the latest version available at this time. -->
|
||||||
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0" />
|
<PackageVersion Include="System.Data.SqlClient" Version="4.9.0" />
|
||||||
<!-- Package System.Diagnostics.EventLog added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Data.OleDb but the 8.0.1 version wasn't published to nuget. -->
|
<!-- Package System.Diagnostics.EventLog added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.1. This is a dependency of System.Data.OleDb but the 8.0.1 version wasn't published to nuget. -->
|
||||||
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.7" />
|
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.8" />
|
||||||
<!-- Package System.Diagnostics.PerformanceCounter added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.11. -->
|
<!-- Package System.Diagnostics.PerformanceCounter added as a hack for being able to exclude the runtime assets so they don't conflict with 8.0.11. -->
|
||||||
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.7" />
|
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Drawing.Common" Version="9.0.7" />
|
<PackageVersion Include="System.Drawing.Common" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.IO.Abstractions" Version="22.0.13" />
|
<PackageVersion Include="System.IO.Abstractions" Version="22.0.13" />
|
||||||
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="22.0.13" />
|
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="22.0.13" />
|
||||||
<PackageVersion Include="System.Management" Version="9.0.7" />
|
<PackageVersion Include="System.Management" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
|
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
|
||||||
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
|
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
|
||||||
<PackageVersion Include="System.Reactive" Version="6.0.1" />
|
<PackageVersion Include="System.Reactive" Version="6.0.1" />
|
||||||
<PackageVersion Include="System.Runtime.Caching" Version="9.0.7" />
|
<PackageVersion Include="System.Runtime.Caching" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.7" />
|
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.7" />
|
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Text.Json" Version="9.0.7" />
|
<PackageVersion Include="System.Text.Json" Version="9.0.8" />
|
||||||
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
|
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
|
||||||
<PackageVersion Include="UnicodeInformation" Version="2.6.0" />
|
<PackageVersion Include="UnicodeInformation" Version="2.6.0" />
|
||||||
<PackageVersion Include="UnitsNet" Version="5.56.0" />
|
<PackageVersion Include="UnitsNet" Version="5.56.0" />
|
||||||
|
42
NOTICE.md
42
NOTICE.md
@ -1519,23 +1519,23 @@ SOFTWARE.
|
|||||||
- Mages 3.0.0
|
- Mages 3.0.0
|
||||||
- Markdig.Signed 0.34.0
|
- Markdig.Signed 0.34.0
|
||||||
- MessagePack 3.1.3
|
- MessagePack 3.1.3
|
||||||
- Microsoft.Bcl.AsyncInterfaces 9.0.7
|
- Microsoft.Bcl.AsyncInterfaces 9.0.8
|
||||||
- Microsoft.Bot.AdaptiveExpressions.Core 4.23.0
|
- Microsoft.Bot.AdaptiveExpressions.Core 4.23.0
|
||||||
- Microsoft.CodeAnalysis.NetAnalyzers 9.0.0
|
- Microsoft.CodeAnalysis.NetAnalyzers 9.0.0
|
||||||
- Microsoft.Data.Sqlite 9.0.7
|
- Microsoft.Data.Sqlite 9.0.8
|
||||||
- Microsoft.Diagnostics.Tracing.TraceEvent 3.1.16
|
- Microsoft.Diagnostics.Tracing.TraceEvent 3.1.16
|
||||||
- Microsoft.DotNet.ILCompiler (A)
|
- Microsoft.DotNet.ILCompiler (A)
|
||||||
- Microsoft.Extensions.DependencyInjection 9.0.7
|
- Microsoft.Extensions.DependencyInjection 9.0.8
|
||||||
- Microsoft.Extensions.Hosting 9.0.7
|
- Microsoft.Extensions.Hosting 9.0.8
|
||||||
- Microsoft.Extensions.Hosting.WindowsServices 9.0.7
|
- Microsoft.Extensions.Hosting.WindowsServices 9.0.8
|
||||||
- Microsoft.Extensions.Logging 9.0.7
|
- Microsoft.Extensions.Logging 9.0.8
|
||||||
- Microsoft.Extensions.Logging.Abstractions 9.0.7
|
- Microsoft.Extensions.Logging.Abstractions 9.0.8
|
||||||
- Microsoft.NET.ILLink.Tasks (A)
|
- Microsoft.NET.ILLink.Tasks (A)
|
||||||
- Microsoft.SemanticKernel 1.15.0
|
- Microsoft.SemanticKernel 1.15.0
|
||||||
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
|
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
|
||||||
- Microsoft.Web.WebView2 1.0.2903.40
|
- Microsoft.Web.WebView2 1.0.2903.40
|
||||||
- Microsoft.Win32.SystemEvents 9.0.7
|
- Microsoft.Win32.SystemEvents 9.0.8
|
||||||
- Microsoft.Windows.Compatibility 9.0.7
|
- Microsoft.Windows.Compatibility 9.0.8
|
||||||
- Microsoft.Windows.CsWin32 0.3.183
|
- Microsoft.Windows.CsWin32 0.3.183
|
||||||
- Microsoft.Windows.CsWinRT 2.2.0
|
- Microsoft.Windows.CsWinRT 2.2.0
|
||||||
- Microsoft.Windows.SDK.BuildTools 10.0.26100.4188
|
- Microsoft.Windows.SDK.BuildTools 10.0.26100.4188
|
||||||
@ -1555,25 +1555,25 @@ SOFTWARE.
|
|||||||
- SkiaSharp.Views.WinUI 2.88.9
|
- SkiaSharp.Views.WinUI 2.88.9
|
||||||
- StreamJsonRpc 2.21.69
|
- StreamJsonRpc 2.21.69
|
||||||
- StyleCop.Analyzers 1.2.0-beta.556
|
- StyleCop.Analyzers 1.2.0-beta.556
|
||||||
- System.CodeDom 9.0.7
|
- System.CodeDom 9.0.8
|
||||||
- System.CommandLine 2.0.0-beta4.22272.1
|
- System.CommandLine 2.0.0-beta4.22272.1
|
||||||
- System.ComponentModel.Composition 9.0.7
|
- System.ComponentModel.Composition 9.0.8
|
||||||
- System.Configuration.ConfigurationManager 9.0.7
|
- System.Configuration.ConfigurationManager 9.0.8
|
||||||
- System.Data.OleDb 9.0.7
|
- System.Data.OleDb 9.0.8
|
||||||
- System.Data.SqlClient 4.9.0
|
- System.Data.SqlClient 4.9.0
|
||||||
- System.Diagnostics.EventLog 9.0.7
|
- System.Diagnostics.EventLog 9.0.8
|
||||||
- System.Diagnostics.PerformanceCounter 9.0.7
|
- System.Diagnostics.PerformanceCounter 9.0.8
|
||||||
- System.Drawing.Common 9.0.7
|
- System.Drawing.Common 9.0.8
|
||||||
- System.IO.Abstractions 22.0.13
|
- System.IO.Abstractions 22.0.13
|
||||||
- System.IO.Abstractions.TestingHelpers 22.0.13
|
- System.IO.Abstractions.TestingHelpers 22.0.13
|
||||||
- System.Management 9.0.7
|
- System.Management 9.0.8
|
||||||
- System.Net.Http 4.3.4
|
- System.Net.Http 4.3.4
|
||||||
- System.Private.Uri 4.3.2
|
- System.Private.Uri 4.3.2
|
||||||
- System.Reactive 6.0.1
|
- System.Reactive 6.0.1
|
||||||
- System.Runtime.Caching 9.0.7
|
- System.Runtime.Caching 9.0.8
|
||||||
- System.ServiceProcess.ServiceController 9.0.7
|
- System.ServiceProcess.ServiceController 9.0.8
|
||||||
- System.Text.Encoding.CodePages 9.0.7
|
- System.Text.Encoding.CodePages 9.0.8
|
||||||
- System.Text.Json 9.0.7
|
- System.Text.Json 9.0.8
|
||||||
- System.Text.RegularExpressions 4.3.1
|
- System.Text.RegularExpressions 4.3.1
|
||||||
- UnicodeInformation 2.6.0
|
- UnicodeInformation 2.6.0
|
||||||
- UnitsNet 5.56.0
|
- UnitsNet 5.56.0
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.7.250513003" />
|
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.7.250513003" />
|
||||||
<PackageVersion Include="Shmuelie.WinRTServer" Version="2.1.1" />
|
<PackageVersion Include="Shmuelie.WinRTServer" Version="2.1.1" />
|
||||||
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
|
||||||
<PackageVersion Include="System.Text.Json" Version="9.0.7" />
|
<PackageVersion Include="System.Text.Json" Version="9.0.8" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user