Skip to content

Commit 229a289

Browse files
snicklerhaoliuu
authored andcommitted
[Deps] Update .NET packages from 9.0.3 to 9.0.4 (#38676)
* [Deps] Update .NET packages from 9.0.3 to 9.0.4 * [Deps] Update NOTICE.md
1 parent c893b86 commit 229a289

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

Directory.Packages.props

+21-21
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<!-- 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. -->
3232
<PackageVersion Include="MessagePack" Version="2.5.187" />
3333
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
34-
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.3" />
34+
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.4" />
3535
<!-- Including Microsoft.Bcl.AsyncInterfaces to force version, since it's used by Microsoft.SemanticKernel. -->
36-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
36+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.4" />
3737
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
38-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.3" />
39-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.3" />
40-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
41-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
42-
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.3" />
38+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.4" />
39+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.4" />
40+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
41+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
42+
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.4" />
4343
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.15.0" />
4444
<PackageVersion Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
4545
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2903.40" />
4646
<!-- 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. -->
47-
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.3" />
47+
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.4" />
4848
<PackageVersion Include="Microsoft.WindowsPackageManager.ComInterop" Version="1.10.120-preview" />
49-
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.3" />
49+
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.4" />
5050
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />
5151
<!-- 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. -->
5252
<!--
@@ -72,26 +72,26 @@
7272
<PackageVersion Include="StreamJsonRpc" Version="2.19.27" />
7373
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
7474
<!-- 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. -->
75-
<PackageVersion Include="System.CodeDom" Version="9.0.3" />
75+
<PackageVersion Include="System.CodeDom" Version="9.0.4" />
7676
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
77-
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.3" />
78-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.3" />
79-
<PackageVersion Include="System.Data.OleDb" Version="9.0.3" />
77+
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.4" />
78+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.4" />
79+
<PackageVersion Include="System.Data.OleDb" Version="9.0.4" />
8080
<!-- Package System.Data.SqlClient added to force it as a dependency of Microsoft.Windows.Compatibility to the latest version available at this time. -->
8181
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
8282
<!-- 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. -->
83-
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.3" />
83+
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.4" />
8484
<!-- 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. -->
85-
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.3" />
86-
<PackageVersion Include="System.Drawing.Common" Version="9.0.3" />
85+
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.4" />
86+
<PackageVersion Include="System.Drawing.Common" Version="9.0.4" />
8787
<PackageVersion Include="System.IO.Abstractions" Version="21.0.29" />
8888
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="21.0.29" />
89-
<PackageVersion Include="System.Management" Version="9.0.3" />
89+
<PackageVersion Include="System.Management" Version="9.0.4" />
9090
<PackageVersion Include="System.Reactive" Version="6.0.1" />
91-
<PackageVersion Include="System.Runtime.Caching" Version="9.0.3" />
92-
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.3" />
93-
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.3" />
94-
<PackageVersion Include="System.Text.Json" Version="9.0.3" />
91+
<PackageVersion Include="System.Runtime.Caching" Version="9.0.4" />
92+
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.4" />
93+
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.4" />
94+
<PackageVersion Include="System.Text.Json" Version="9.0.4" />
9595
<PackageVersion Include="UnicodeInformation" Version="2.6.0" />
9696
<PackageVersion Include="UnitsNet" Version="5.56.0" />
9797
<PackageVersion Include="UTF.Unknown" Version="2.5.1" />

NOTICE.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1420,22 +1420,22 @@ SOFTWARE.
14201420
- Mages 3.0.0
14211421
- Markdig.Signed 0.34.0
14221422
- MessagePack 2.5.187
1423-
- Microsoft.Bcl.AsyncInterfaces 9.0.3
1423+
- Microsoft.Bcl.AsyncInterfaces 9.0.4
14241424
- Microsoft.CodeAnalysis.NetAnalyzers 9.0.0
1425-
- Microsoft.Data.Sqlite 9.0.3
1425+
- Microsoft.Data.Sqlite 9.0.4
14261426
- Microsoft.Diagnostics.Tracing.TraceEvent 3.1.16
14271427
- Microsoft.DotNet.ILCompiler (A)
1428-
- Microsoft.Extensions.DependencyInjection 9.0.3
1429-
- Microsoft.Extensions.Hosting 9.0.3
1430-
- Microsoft.Extensions.Hosting.WindowsServices 9.0.3
1431-
- Microsoft.Extensions.Logging 9.0.3
1432-
- Microsoft.Extensions.Logging.Abstractions 9.0.3
1428+
- Microsoft.Extensions.DependencyInjection 9.0.4
1429+
- Microsoft.Extensions.Hosting 9.0.4
1430+
- Microsoft.Extensions.Hosting.WindowsServices 9.0.4
1431+
- Microsoft.Extensions.Logging 9.0.4
1432+
- Microsoft.Extensions.Logging.Abstractions 9.0.4
14331433
- Microsoft.NET.ILLink.Tasks (A)
14341434
- Microsoft.SemanticKernel 1.15.0
14351435
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
14361436
- Microsoft.Web.WebView2 1.0.2903.40
1437-
- Microsoft.Win32.SystemEvents 9.0.3
1438-
- Microsoft.Windows.Compatibility 9.0.3
1437+
- Microsoft.Win32.SystemEvents 9.0.4
1438+
- Microsoft.Windows.Compatibility 9.0.4
14391439
- Microsoft.Windows.CsWin32 0.2.46-beta
14401440
- Microsoft.Windows.CsWinRT 2.2.0
14411441
- Microsoft.Windows.SDK.BuildTools 10.0.22621.2428
@@ -1454,23 +1454,23 @@ SOFTWARE.
14541454
- SharpCompress 0.37.2
14551455
- StreamJsonRpc 2.19.27
14561456
- StyleCop.Analyzers 1.2.0-beta.556
1457-
- System.CodeDom 9.0.3
1457+
- System.CodeDom 9.0.4
14581458
- System.CommandLine 2.0.0-beta4.22272.1
1459-
- System.ComponentModel.Composition 9.0.3
1460-
- System.Configuration.ConfigurationManager 9.0.3
1461-
- System.Data.OleDb 9.0.3
1459+
- System.ComponentModel.Composition 9.0.4
1460+
- System.Configuration.ConfigurationManager 9.0.4
1461+
- System.Data.OleDb 9.0.4
14621462
- System.Data.SqlClient 4.8.6
1463-
- System.Diagnostics.EventLog 9.0.3
1464-
- System.Diagnostics.PerformanceCounter 9.0.3
1465-
- System.Drawing.Common 9.0.3
1463+
- System.Diagnostics.EventLog 9.0.4
1464+
- System.Diagnostics.PerformanceCounter 9.0.4
1465+
- System.Drawing.Common 9.0.4
14661466
- System.IO.Abstractions 21.0.29
14671467
- System.IO.Abstractions.TestingHelpers 21.0.29
1468-
- System.Management 9.0.3
1468+
- System.Management 9.0.4
14691469
- System.Reactive 6.0.1
1470-
- System.Runtime.Caching 9.0.3
1471-
- System.ServiceProcess.ServiceController 9.0.3
1472-
- System.Text.Encoding.CodePages 9.0.3
1473-
- System.Text.Json 9.0.3
1470+
- System.Runtime.Caching 9.0.4
1471+
- System.ServiceProcess.ServiceController 9.0.4
1472+
- System.Text.Encoding.CodePages 9.0.4
1473+
- System.Text.Json 9.0.4
14741474
- UnicodeInformation 2.6.0
14751475
- UnitsNet 5.56.0
14761476
- UTF.Unknown 2.5.1

0 commit comments

Comments
 (0)