We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2950c commit 2a163aeCopy full SHA for 2a163ae
1 file changed
Directory.Build.props
@@ -1,9 +1,10 @@
1
<Project>
2
<ItemGroup>
3
- <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
4
- <Version>3.3.0</Version>
5
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+ <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
+ <Version>6.0.0</Version>
+ <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
6
<PrivateAssets>all</PrivateAssets>
7
</PackageReference>
8
</ItemGroup>
9
+ <Import Project="$(NuGetCodeAnalyzerExtensions)" Condition="'$(NuGetCodeAnalyzerExtensions)' != '' And Exists('$(NuGetCodeAnalyzerExtensions)')" />
10
</Project>
0 commit comments