Skip to content

Commit 691f278

Browse files
Bump System.Diagnostics.PerformanceCounter (#43554)
Bumps the dotnet group in /docs/fundamentals/runtime-libraries/snippets/System.Diagnostics/CounterCreationData/Overview/csharp with 1 update: [System.Diagnostics.PerformanceCounter](https://github.com/dotnet/runtime). Updates `System.Diagnostics.PerformanceCounter` 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.PerformanceCounter 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 1caad0f commit 691f278

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/runtime-libraries/snippets/System.Diagnostics/CounterCreationData/Overview/csharp

1 file changed

+1
-1
lines changed

docs/fundamentals/runtime-libraries/snippets/System.Diagnostics/CounterCreationData/Overview/csharp/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.1" />
9+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)