Skip to content

Commit 5bb9855

Browse files
authored
[Deps][Security]Update .NET Packages from 9.0.0 to 9.0.1 (microsoft#36879)
* [Deps] Update NuGet packages to version 9.0.1 Updated several NuGet packages from version 9.0.0 to 9.0.1, including: - Microsoft.Data.Sqlite - Microsoft.Bcl.AsyncInterfaces - Microsoft.Extensions.DependencyInjection - Microsoft.Extensions.Logging - Microsoft.Extensions.Logging.Abstractions - Microsoft.Extensions.Hosting - Microsoft.Extensions.Hosting.WindowsServices - Microsoft.Win32.SystemEvents - Microsoft.Windows.Compatibility - System.CodeDom - System.ComponentModel.Composition - System.Configuration.ConfigurationManager - System.Data.OleDb - System.Diagnostics.EventLog - System.Diagnostics.PerformanceCounter - System.Drawing.Common - System.Management - System.Runtime.Caching - System.ServiceProcess.ServiceController - System.Text.Encoding.CodePages - System.Text.Json * [Deps] Update NOTICE.md
1 parent 162096c commit 5bb9855

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
@@ -27,21 +27,21 @@
2727
<!-- 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. -->
2828
<PackageVersion Include="MessagePack" Version="2.5.187" />
2929
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" />
30-
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.0" />
30+
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.1" />
3131
<!-- Including Microsoft.Bcl.AsyncInterfaces to force version, since it's used by Microsoft.SemanticKernel. -->
32-
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
32+
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.1" />
3333
<PackageVersion Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
34-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
35-
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0" />
36-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
37-
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
38-
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
34+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
35+
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.1" />
36+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
37+
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.1" />
38+
<PackageVersion Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.1" />
3939
<PackageVersion Include="Microsoft.SemanticKernel" Version="1.15.0" />
4040
<PackageVersion Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.2" />
4141
<PackageVersion Include="Microsoft.Web.WebView2" Version="1.0.2739.15" />
4242
<!-- 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. -->
43-
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.0" />
44-
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.0" />
43+
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="9.0.1" />
44+
<PackageVersion Include="Microsoft.Windows.Compatibility" Version="9.0.1" />
4545
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.2.46-beta" />
4646
<!-- 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. -->
4747
<!--
@@ -67,26 +67,26 @@
6767
<PackageVersion Include="StreamJsonRpc" Version="2.19.27" />
6868
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
6969
<!-- 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. -->
70-
<PackageVersion Include="System.CodeDom" Version="9.0.0" />
70+
<PackageVersion Include="System.CodeDom" Version="9.0.1" />
7171
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
72-
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.0" />
73-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.0" />
74-
<PackageVersion Include="System.Data.OleDb" Version="9.0.0" />
72+
<PackageVersion Include="System.ComponentModel.Composition" Version="9.0.1" />
73+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.1" />
74+
<PackageVersion Include="System.Data.OleDb" Version="9.0.1" />
7575
<!-- Package System.Data.SqlClient added to force it as a dependency of Microsoft.Windows.Compatibility to the latest version available at this time. -->
7676
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
7777
<!-- 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. -->
78-
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.0" />
78+
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.1" />
7979
<!-- 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. -->
80-
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.0" />
81-
<PackageVersion Include="System.Drawing.Common" Version="9.0.0" />
80+
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.1" />
81+
<PackageVersion Include="System.Drawing.Common" Version="9.0.1" />
8282
<PackageVersion Include="System.IO.Abstractions" Version="21.0.29" />
8383
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="21.0.29" />
84-
<PackageVersion Include="System.Management" Version="9.0.0" />
84+
<PackageVersion Include="System.Management" Version="9.0.1" />
8585
<PackageVersion Include="System.Reactive" Version="6.0.1" />
86-
<PackageVersion Include="System.Runtime.Caching" Version="9.0.0" />
87-
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.0" />
88-
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.0" />
89-
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
86+
<PackageVersion Include="System.Runtime.Caching" Version="9.0.1" />
87+
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.1" />
88+
<PackageVersion Include="System.Text.Encoding.CodePages" Version="9.0.1" />
89+
<PackageVersion Include="System.Text.Json" Version="9.0.1" />
9090
<PackageVersion Include="UnicodeInformation" Version="2.6.0" />
9191
<PackageVersion Include="UnitsNet" Version="5.56.0" />
9292
<PackageVersion Include="UTF.Unknown" Version="2.5.1" />

NOTICE.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1318,21 +1318,21 @@ EXHIBIT A -Mozilla Public License.
13181318
- Mages 3.0.0
13191319
- Markdig.Signed 0.34.0
13201320
- MessagePack 2.5.187
1321-
- Microsoft.Bcl.AsyncInterfaces 9.0.0
1321+
- Microsoft.Bcl.AsyncInterfaces 9.0.1
13221322
- Microsoft.CodeAnalysis.NetAnalyzers 9.0.0
1323-
- Microsoft.Data.Sqlite 9.0.0
1323+
- Microsoft.Data.Sqlite 9.0.1
13241324
- Microsoft.Diagnostics.Tracing.TraceEvent 3.1.16
1325-
- Microsoft.Extensions.DependencyInjection 9.0.0
1326-
- Microsoft.Extensions.Hosting 9.0.0
1327-
- Microsoft.Extensions.Hosting.WindowsServices 9.0.0
1328-
- Microsoft.Extensions.Logging 9.0.0
1329-
- Microsoft.Extensions.Logging.Abstractions 9.0.0
1325+
- Microsoft.Extensions.DependencyInjection 9.0.1
1326+
- Microsoft.Extensions.Hosting 9.0.1
1327+
- Microsoft.Extensions.Hosting.WindowsServices 9.0.1
1328+
- Microsoft.Extensions.Logging 9.0.1
1329+
- Microsoft.Extensions.Logging.Abstractions 9.0.1
13301330
- Microsoft.NET.ILLink.Tasks (A)
13311331
- Microsoft.SemanticKernel 1.15.0
13321332
- Microsoft.Toolkit.Uwp.Notifications 7.1.2
13331333
- Microsoft.Web.WebView2 1.0.2739.15
1334-
- Microsoft.Win32.SystemEvents 9.0.0
1335-
- Microsoft.Windows.Compatibility 9.0.0
1334+
- Microsoft.Win32.SystemEvents 9.0.1
1335+
- Microsoft.Windows.Compatibility 9.0.1
13361336
- Microsoft.Windows.CsWin32 0.2.46-beta
13371337
- Microsoft.Windows.CsWinRT 2.1.5
13381338
- Microsoft.Windows.SDK.BuildTools 10.0.22621.2428
@@ -1350,23 +1350,23 @@ EXHIBIT A -Mozilla Public License.
13501350
- SharpCompress 0.37.2
13511351
- StreamJsonRpc 2.19.27
13521352
- StyleCop.Analyzers 1.2.0-beta.556
1353-
- System.CodeDom 9.0.0
1353+
- System.CodeDom 9.0.1
13541354
- System.CommandLine 2.0.0-beta4.22272.1
1355-
- System.ComponentModel.Composition 9.0.0
1356-
- System.Configuration.ConfigurationManager 9.0.0
1357-
- System.Data.OleDb 9.0.0
1355+
- System.ComponentModel.Composition 9.0.1
1356+
- System.Configuration.ConfigurationManager 9.0.1
1357+
- System.Data.OleDb 9.0.1
13581358
- System.Data.SqlClient 4.8.6
1359-
- System.Diagnostics.EventLog 9.0.0
1360-
- System.Diagnostics.PerformanceCounter 9.0.0
1361-
- System.Drawing.Common 9.0.0
1359+
- System.Diagnostics.EventLog 9.0.1
1360+
- System.Diagnostics.PerformanceCounter 9.0.1
1361+
- System.Drawing.Common 9.0.1
13621362
- System.IO.Abstractions 21.0.29
13631363
- System.IO.Abstractions.TestingHelpers 21.0.29
1364-
- System.Management 9.0.0
1364+
- System.Management 9.0.1
13651365
- System.Reactive 6.0.1
1366-
- System.Runtime.Caching 9.0.0
1367-
- System.ServiceProcess.ServiceController 9.0.0
1368-
- System.Text.Encoding.CodePages 9.0.0
1369-
- System.Text.Json 9.0.0
1366+
- System.Runtime.Caching 9.0.1
1367+
- System.ServiceProcess.ServiceController 9.0.1
1368+
- System.Text.Encoding.CodePages 9.0.1
1369+
- System.Text.Json 9.0.1
13701370
- UnicodeInformation 2.6.0
13711371
- UnitsNet 5.56.0
13721372
- UTF.Unknown 2.5.1

0 commit comments

Comments
 (0)