Directory.Build.props 339 B

1234567891011
  1. <Project>
  2. <PropertyGroup>
  3. <CodeAnalysisRuleSet>../Custom.ruleset</CodeAnalysisRuleSet>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <AdditionalFiles Include="../stylecop.json" />
  10. </ItemGroup>
  11. </Project>