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 4e13ee8 commit 80c8b59Copy full SHA for 80c8b59
SecurityDriven.Inferno.csproj
@@ -37,7 +37,6 @@
37
38
<ItemGroup>
39
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
40
- <PackageReference Include="System.Numerics.Vectors" Version="4.5.0" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
41
<PackageReference Include="System.Security.Cryptography.Cng" Version="4.5.0" Condition="'$(TargetFramework)' == 'netcoreapp2.1'" />
42
</ItemGroup>
43
</Project>
0 commit comments