Skip to content

Commit 12cabe9

Browse files
Bump System.Formats.Asn1 and System.Security.Cryptography.Xml
Bumps [System.Formats.Asn1](https://github.com/dotnet/runtime) and [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `System.Formats.Asn1` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `System.Security.Cryptography.Xml` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.0) --- updated-dependencies: - dependency-name: System.Formats.Asn1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Security.Cryptography.Xml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7723001 commit 12cabe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DendroDocs.Tool/DendroDocs.Tool.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
5252
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
5353
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
54-
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.2" />
54+
<PackageReference Include="System.Security.Cryptography.Xml" Version="9.0.0" />
5555
</ItemGroup>
5656

5757
</Project>

0 commit comments

Comments
 (0)