We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d54d0 commit e397f1bCopy full SHA for e397f1b
Directory.Build.props
@@ -53,11 +53,5 @@
53
<PrivateAssets>all</PrivateAssets>
54
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
55
</PackageReference>
56
-
57
- <!-- NEW: SecurityCodeScan - Security vulnerability detection -->
58
- <PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7">
59
- <PrivateAssets>all</PrivateAssets>
60
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
61
- </PackageReference>
62
</ItemGroup>
63
</Project>
0 commit comments