Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Analyzers.props « eng - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18e658e005836f7052cccd4865757ac548c66be3 (plain)
1
2
3
4
5
6
7
<Project>
  <ItemGroup Condition="'$(RunAnalyzers)' == 'true'">
    <PackageReference Include="Microsoft.DotNet.CodeAnalysis" Version="$(MicrosoftDotNetCodeAnalysisVersion)" PrivateAssets="all" IsImplicitlyDefined="true" />
    <PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="$(MicrosoftCodeAnalysisCSharpCodeStyleVersion)" PrivateAssets="all" />
    <!-- <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.205" PrivateAssets="all" /> -->
  </ItemGroup>
</Project>