We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc0edd commit f6f625fCopy full SHA for f6f625f
sources/SilkTouch/SilkTouch/Silk.NET.SilkTouch.csproj
@@ -24,6 +24,9 @@
24
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.11.2177" />
25
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
26
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
27
+
28
+ <!-- This is not used but it is used transitively and the version pulled in has a vulnerability -->
29
+ <PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
30
</ItemGroup>
31
32
<ItemGroup>
0 commit comments