Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230506...
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Mon, 8 May 2023 16:57:05 +0000 (11:57 -0500)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 16:57:05 +0000 (11:57 -0500)
Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.3.5-beta1.23254.2 -> To Version 3.3.5-beta1.23256.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
eng/Version.Details.xml
eng/Versions.props

index b2d7399..a6d7411 100644 (file)
       <Uri>https://github.com/dotnet/roslyn</Uri>
       <Sha>245db8e2498d09d0f7af7f0de400b012499bb54f</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23254.2">
+    <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23256.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
-      <Sha>ddb74452ba09cd9f2f899029b139a44583603cc3</Sha>
+      <Sha>8f17a8d371cc163de10bf45593426f0d98b17489</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23254.2">
+    <Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23256.1">
       <Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
-      <Sha>ddb74452ba09cd9f2f899029b139a44583603cc3</Sha>
+      <Sha>8f17a8d371cc163de10bf45593426f0d98b17489</Sha>
     </Dependency>
     <Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="8.0.100-preview.2.23107.1">
       <Uri>https://github.com/dotnet/sdk</Uri>
index e39c189..c97134b 100644 (file)
@@ -32,8 +32,8 @@
   </ItemGroup>
   <PropertyGroup>
     <!-- dotnet/roslyn-analyzers dependencies -->
-    <MicrosoftCodeAnalysisAnalyzersVersion>3.3.5-beta1.23254.2</MicrosoftCodeAnalysisAnalyzersVersion>
-    <MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23254.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
+    <MicrosoftCodeAnalysisAnalyzersVersion>3.3.5-beta1.23256.1</MicrosoftCodeAnalysisAnalyzersVersion>
+    <MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23256.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
     <!-- dotnet/roslyn dependencies -->
     <!--
       These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.