Преглед изворни кода

Increased version of StyleCop.Analyzers

ArtemK123 пре 5 година
родитељ
комит
cdc78dcca8
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      Directory.Build.props

+ 1 - 3
Directory.Build.props

@@ -2,11 +2,9 @@
     <PropertyGroup>
         <CodeAnalysisRuleSet>../Custom.ruleset</CodeAnalysisRuleSet>
     </PropertyGroup>
-
     <ItemGroup>
-        <PackageReference Include="StyleCop.Analyzers" Version="1.0.2" />
+        <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
     </ItemGroup>
-
     <ItemGroup>
         <AdditionalFiles Include="../stylecop.json" />
     </ItemGroup>