Skip to content

Commit a8738db

Browse files
Bump System.Security.Cryptography.Xml
Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: System.Security.Cryptography.Xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b632518 commit a8738db

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/csharp/VS_Snippets_CLR/HowToDecryptXMLElementAsymmetric/cs

1 file changed

+1
-1
lines changed

samples/snippets/csharp/VS_Snippets_CLR/HowToDecryptXMLElementAsymmetric/cs/decryptxml.csproj

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.1" />
9+
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)