Skip to content

Commit e397f1b

Browse files
Remove deprecated SecurityCodeScan.VS2019 package - rely on built-in .NET analyzers
Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
1 parent b2d54d0 commit e397f1b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,5 @@
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5555
</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>
6256
</ItemGroup>
6357
</Project>

0 commit comments

Comments
 (0)