Skip to content

Commit 85d5745

Browse files
Bump System.Configuration.ConfigurationManager and System.Diagnostics.PerformanceCounter
Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) and [System.Diagnostics.PerformanceCounter](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `System.Configuration.ConfigurationManager` from 8.0.1 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.4) Updates `System.Diagnostics.PerformanceCounter` from 8.0.1 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.4) --- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Diagnostics.PerformanceCounter dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42049e6 commit 85d5745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
<PackageVersion Include="RavenDB.Embedded" Version="6.2.4" />
6565
<PackageVersion Include="ReactiveUI.WPF" Version="20.1.63" />
6666
<PackageVersion Include="ServiceControl.Contracts" Version="5.0.0" />
67-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
68-
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="8.0.1" />
67+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.4" />
68+
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="9.0.4" />
6969
<PackageVersion Include="System.DirectoryServices.AccountManagement" Version="8.0.1" />
7070
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
7171
<PackageVersion Include="System.Management" Version="8.0.0" />
@@ -82,7 +82,7 @@
8282
<PackageVersion Include="System.IO.Hashing" Version="8.0.0" />
8383
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
8484
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
85-
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="8.0.0" />
85+
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="9.0.4" />
8686
<PackageVersion Include="System.Security.Cryptography.Xml" Version="8.0.2" />
8787
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
8888
</ItemGroup>

0 commit comments

Comments
 (0)