Skip to content

Commit 72df7cc

Browse files
Bump System.Diagnostics.DiagnosticSource (#43444)
Bumps the dotnet group in /docs/core/diagnostics/snippets/Metrics with 1 update: [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). Updates `System.Diagnostics.DiagnosticSource` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: System.Diagnostics.DiagnosticSource dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2ccbc1 commit 72df7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/diagnostics/snippets/Metrics/metric-instr.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.6.0-rc.1" />
12-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.1" />
12+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
1313
</ItemGroup>
1414

1515
</Project>

0 commit comments

Comments
 (0)