Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7912ab1

Browse files
committed
version fixes
1 parent 1566098 commit 7912ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/get-data-in/application/otel-dotnet/instrumentation/manual-dotnet-instrumentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create custom spans and traces, follow these steps:
2323

2424
.. code:: xml
2525
26-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
26+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
2727
2828
3. Create an ``ActivitySource`` instance:
2929

@@ -56,7 +56,7 @@ To create custom metrics, follow these steps:
5656

5757
.. code:: xml
5858
59-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
59+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
6060
6161
2. Create a ``Meter`` instance:
6262

0 commit comments

Comments
 (0)