Skip to content

Commit

Permalink
Pin System.Formats.Asn1 version to 6.0.1 (#506)
Browse files Browse the repository at this point in the history
Fixes #505 by pinning System.Formats.Asn1 version to 6.0.1
  • Loading branch information
JohnSchmeichel authored Aug 13, 2024
1 parent b2a274f commit 7fbb02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<PackageReference Include="NuGet.Protocol" />
<PackageReference Include="PowerArgs" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Formats.Asn1" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="NuGet.Protocol" Version="6.7.1" />
<PackageVersion Include="PowerArgs" Version="3.6.0" />
<PackageVersion Include="System.Formats.Asn1" Version="6.0.1" />
<PackageVersion Include="System.Text.Json" Version="6.0.7" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 7fbb02b

Please sign in to comment.