Update System.Diagnostics.DiagnosticSource package version to 7.0.2 (#4576)
This commit is contained in:
parent
04c7c0890a
commit
039556d183
|
|
@ -34,7 +34,7 @@
|
|||
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.
|
||||
-->
|
||||
<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. -->
|
||||
<PackageVersion Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
## 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
|
||||
ahead-of-time compilation (AOT),
|
||||
`RuntimeContext.ContextSlotType` can only be assigned one
|
||||
|
|
|
|||
Loading…
Reference in New Issue