Skip to content

Commit 924eb3b

Browse files
Bump System.Security.Cryptography.Xml in /tools/Tools.Common (#22815)
Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: System.Security.Cryptography.Xml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27beea6 commit 924eb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Tools.Common/Tools.Common.Netcore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
2525
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
2626
<!--The following packages are build-time indirect dependencies of Azure PowerShell. We pinned fixed versions here to make sure the safety at build-time.-->
27-
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.0" />
27+
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
2828
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2929
<PackageReference Include="System.DirectoryServices.Protocols" Version="6.0.0" />
3030
</ItemGroup>

0 commit comments

Comments
 (0)