Skip to content

Commit 2a163ae

Browse files
authored
Update Roslyn Analyzer (#8879)
* Update Roslyn Analyzer * Update * Import project
1 parent ac2950c commit 2a163ae

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers">
4-
<Version>3.3.0</Version>
5-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
4+
<Version>6.0.0</Version>
5+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
66
<PrivateAssets>all</PrivateAssets>
77
</PackageReference>
88
</ItemGroup>
9+
<Import Project="$(NuGetCodeAnalyzerExtensions)" Condition="'$(NuGetCodeAnalyzerExtensions)' != '' And Exists('$(NuGetCodeAnalyzerExtensions)')" />
910
</Project>

0 commit comments

Comments
 (0)