Update System.Diagnostics.DiagnosticSource package version to 7.0.2 (#4576)

This commit is contained in:
Utkarsh Umesan Pillai 2023-06-12 12:55:48 -07:00 committed by GitHub
parent 04c7c0890a
commit 039556d183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@
3) The .NET runtime team provides extra backward compatibility guarantee to System.Diagnostics.DiagnosticSource 3) The .NET runtime team provides extra backward compatibility guarantee to System.Diagnostics.DiagnosticSource
even during major version bumps, so compatibility is not a concern here. even during major version bumps, so compatibility is not a concern here.
--> -->
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.0" /> <PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
<!-- A conservative version of System.Reflection.Emit.Lightweight must be used here since there is no backward compatibility guarantee during major version bumps. --> <!-- A conservative version of System.Reflection.Emit.Lightweight must be used here since there is no backward compatibility guarantee during major version bumps. -->
<PackageVersion Include="System.Reflection.Emit.Lightweight" Version="4.7.0" /> <PackageVersion Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />

View File

@ -2,6 +2,9 @@
## Unreleased ## Unreleased
* Updated `System.Diagnostics.DiagnosticSource` package version to `7.0.2`.
([#4576](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4576))
* **Breaking change** In order to make `RuntimeContext` compatible with * **Breaking change** In order to make `RuntimeContext` compatible with
ahead-of-time compilation (AOT), ahead-of-time compilation (AOT),
`RuntimeContext.ContextSlotType` can only be assigned one `RuntimeContext.ContextSlotType` can only be assigned one