Update StyleCop.Analyzers to same verison used by corefx (dotnet/coreclr#26499)
authorStephen Toub <stoub@microsoft.com>
Wed, 4 Sep 2019 13:19:57 +0000 (09:19 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2019 13:19:57 +0000 (09:19 -0400)
Commit migrated from https://github.com/dotnet/coreclr/commit/9382509c4f36f5681ae62d1fd47a09d2d8282c07

src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj

index cdcf267..de52b20 100644 (file)
   </PropertyGroup>
   <ItemGroup>
     <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.4" PrivateAssets="all" />
-    <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
+    <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.66" PrivateAssets="all" />
   </ItemGroup>
 
   <Import Project="CreateRuntimeRootILLinkDescriptorFile.targets" />