Skip to content

Commit e6eb1ee

Browse files
Bump Microsoft.NETFramework.ReferenceAssemblies and System.Diagnostics.PerformanceCounter (#593)
Bumps [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) and [System.Diagnostics.PerformanceCounter](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Diagnostics.PerformanceCounter` from 8.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Diagnostics.PerformanceCounter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f5198 commit e6eb1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="FodyHelpers" Version="6.8.1" />
99
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0" />
10-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
10+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="9.0.2" />
1111
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
1212
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
1313
<PackageReference Include="xunit" Version="2.9.0" />

0 commit comments

Comments
 (0)