Selaa lähdekoodia

Increased version of StyleCop.Analyzers

ArtemK123 4 vuotta sitten
vanhempi
commit
cdc78dcca8
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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>