Skip to content

Commit

Permalink
.NET Fx - transitive dependenycy - bump System.Diagnostics.Diagnostic…
Browse files Browse the repository at this point in the history
…Source to 9.0.1 (#3984)
  • Loading branch information
Kielek authored Jan 24, 2025
1 parent eaefe06 commit b8a42a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- `Microsoft.Extensions.Options` updated from `9.0.0` to `9.0.1`,
- `Microsoft.Extensions.Primitives` updated from `9.0.0` to `9.0.1`,
- `System.IO.Pipelines` updated from `9.0.0` to `9.0.1`,
- `System.Diagnostics.DiagnosticSource` updated from `9.0.0` to `9.0.1`,
- `System.Text.Encodings.Web` update from `9.0.0` to `9.0.1`,
- `System.Text.Json` update from `9.0.0` to `9.0.1`.

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0" />
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="9.0.1" />
<PackageVersion Include="System.Buffers" Version="4.6.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.1" />
<PackageVersion Include="System.IO.Pipelines" Version="9.0.1" />
<PackageVersion Include="System.Memory" Version="4.6.0" />
<PackageVersion Include="System.Numerics.Vectors" Version="4.6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
{ L"System.Data.Common", {4, 2, 0, 0} },
{ L"System.Diagnostics.Contracts", {4, 0, 1, 0} },
{ L"System.Diagnostics.Debug", {4, 0, 11, 0} },
{ L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 0} },
{ L"System.Diagnostics.DiagnosticSource", {9, 0, 0, 1} },
{ L"System.Diagnostics.FileVersionInfo", {4, 0, 2, 0} },
{ L"System.Diagnostics.Process", {4, 1, 2, 0} },
{ L"System.Diagnostics.StackTrace", {4, 1, 0, 0} },
Expand Down

0 comments on commit b8a42a1

Please sign in to comment.