Skip to content

Commit 005ef85

Browse files
Bump System.Security.Cryptography.Xml (dotnet#30598)
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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01661e7 commit 005ef85

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/visualbasic/VS_Snippets_CLR/HowToDecryptXMLElementAsymmetric/vb

1 file changed

+1
-1
lines changed

samples/snippets/visualbasic/VS_Snippets_CLR/HowToDecryptXMLElementAsymmetric/vb/decryptxml.vbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.0" />
9+
<PackageReference Include="System.Security.Cryptography.Xml" Version="6.0.1" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)