Skip to content

Commit 6f5ea3b

Browse files
snicklerCopilotniels9001
authored
[Deps] Upgrade .NET Runtime package versions to 10.0.8 (#48010)
## Summary of the Pull Request Updates .NET 10 Runtime / Library packages to the latest 10.0.8 servicing release for security fixes. ## PR Checklist - [ ] Closes: #xxx <!-- - [ ] Closes: #yyy (add separate lines for additional resolved issues) --> - [ ] **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 ## Detailed Description of the Pull Request / Additional comments Updates the runtime-related package versions in `Directory.Packages.props` from `10.0.7` to `10.0.8`. ## Validation Steps Performed Co-authored-by: Copilot <copilot@github.com> Co-authored-by: Niels Laute <niels.laute@live.nl>
1 parent fe985e7 commit 6f5ea3b

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

Directory.Packages.props

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
<PackageVersion Include="MessagePack" Version="3.1.3" />
4242
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.102" />
4343
<PackageVersion Include="Microsoft.CommandPalette.Extensions" Version="0.9.260303001" />
44-
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.7" />
44+
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.8" />
4545
<!-- Including Microsoft.Bcl.AsyncInterfaces to force version, since it's used by Microsoft.SemanticKernel. -->
46-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.7" />
46+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.8" />
4747
<PackageVersion Include="Microsoft.Graphics.Win2D" Version="1.3.2" />
4848
<PackageVersion Include="Microsoft.Windows.CppWinRT" Version="2.0.250303.1" />
4949
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
5050
<PackageVersion Include="Microsoft.Extensions.AI" Version="10.2.0" />
5151
<PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.0.1-preview.1.25571.5" />
52-
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.7" />
53-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.7" />
54-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.7" />
55-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.7" />
56-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.7" />
57-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.7" />
58-
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.7" />
52+
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.8" />
53+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="10.0.8" />
54+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.8" />
55+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="10.0.8" />
56+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
57+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.8" />
58+
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="10.0.8" />
5959
<PackageVersion Include="Microsoft.AI.Foundry.Local" Version="0.3.0" />
6060
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.71.0" />
6161
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.OpenAI" Version="1.71.0" />
@@ -66,9 +66,9 @@
6666
<PackageVersion Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
6767
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.3719.77" />
6868
<!-- 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. -->
69-
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="10.0.7" />
69+
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="10.0.8" />
7070
<PackageVersion Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.10.340" />
71-
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="10.0.7" />
71+
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="10.0.8" />
7272
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.269" />
7373
<!-- 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. -->
7474
<!--
@@ -106,28 +106,28 @@
106106
<PackageVersion Include="StreamJsonRpc" Version="2.21.69" />
107107
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
108108
<!-- 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. -->
109-
<PackageVersion Include="System.CodeDom" Version="10.0.7" />
109+
<PackageVersion Include="System.CodeDom" Version="10.0.8" />
110110
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
111-
<PackageVersion Include="System.ComponentModel.Composition" Version="10.0.7" />
112-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.7" />
113-
<PackageVersion Include="System.Data.OleDb" Version="10.0.7" />
111+
<PackageVersion Include="System.ComponentModel.Composition" Version="10.0.8" />
112+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.8" />
113+
<PackageVersion Include="System.Data.OleDb" Version="10.0.8" />
114114
<!-- 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. -->
115-
<PackageVersion Include="System.Diagnostics.EventLog" Version="10.0.7" />
115+
<PackageVersion Include="System.Diagnostics.EventLog" Version="10.0.8" />
116116
<!-- 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. -->
117-
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="10.0.7" />
117+
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="10.0.8" />
118118
<PackageVersion Include="System.ClientModel" Version="1.8.1" />
119-
<PackageVersion Include="System.Drawing.Common" Version="10.0.7" />
119+
<PackageVersion Include="System.Drawing.Common" Version="10.0.8" />
120120
<PackageVersion Include="System.IO.Abstractions" Version="22.0.13" />
121121
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="22.0.13" />
122-
<PackageVersion Include="System.Management" Version="10.0.7" />
122+
<PackageVersion Include="System.Management" Version="10.0.8" />
123123
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
124124
<PackageVersion Include="System.Numerics.Tensors" Version="10.0.2" />
125125
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
126126
<PackageVersion Include="System.Reactive" Version="6.0.1" />
127-
<PackageVersion Include="System.Runtime.Caching" Version="10.0.7" />
128-
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="10.0.7" />
129-
<PackageVersion Include="System.Text.Encoding.CodePages" Version="10.0.7" />
130-
<PackageVersion Include="System.Text.Json" Version="10.0.7" />
127+
<PackageVersion Include="System.Runtime.Caching" Version="10.0.8" />
128+
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="10.0.8" />
129+
<PackageVersion Include="System.Text.Encoding.CodePages" Version="10.0.8" />
130+
<PackageVersion Include="System.Text.Json" Version="10.0.8" />
131131
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
132132
<PackageVersion Include="ToolGood.Words.Pinyin" Version="3.1.0.3" />
133133
<PackageVersion Include="UnicodeInformation" Version="2.6.0" />

0 commit comments

Comments
 (0)