We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f36ca37 commit 9d563e5Copy full SHA for 9d563e5
src/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib.csproj
@@ -31,6 +31,10 @@ Please see https://github.com/icsharpcode/SharpZipLib/wiki/Release-1.2 for more
31
</PropertyGroup>
32
33
<ItemGroup>
34
+ <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
35
+ <PrivateAssets>all</PrivateAssets>
36
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
37
+ </PackageReference>
38
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
39
</ItemGroup>
40
0 commit comments