Skip to content

Commit bafca54

Browse files
authoredAug 10, 2022
Bump System.Security.Cryptography.Xml (dotnet#30596)
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 67969ea commit bafca54

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎samples/snippets/visualbasic/VS_Snippets_CLR/HowToDecryptXMLElementX509/vb/decryptxml.vbproj

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.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)
Please sign in to comment.