Skip to content

Commit 2e6ff52

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#90590)
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230814.1 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.23412.1 -> To Version 3.11.0-beta1.23414.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230816.1 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.23412.1 -> To Version 3.11.0-beta1.23416.1 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230817.2 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.23412.1 -> To Version 3.11.0-beta1.23417.2 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230820.2 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.23412.1 -> To Version 3.11.0-beta1.23420.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 78f4217 commit 2e6ff52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,13 @@
371371
<Uri>https://github.com/dotnet/roslyn</Uri>
372372
<Sha>5fcefbef4fa8a28c2ac73c8c03ab37fca30e4570</Sha>
373373
</Dependency>
374-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23412.1">
374+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23420.2">
375375
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
376-
<Sha>755a4f888d64fc7c0f2802adca731f301a53283d</Sha>
376+
<Sha>76d99c5f3e11f0600fae074270c0d89042c360f0</Sha>
377377
</Dependency>
378-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23412.1">
378+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23420.2">
379379
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
380-
<Sha>755a4f888d64fc7c0f2802adca731f301a53283d</Sha>
380+
<Sha>76d99c5f3e11f0600fae074270c0d89042c360f0</Sha>
381381
</Dependency>
382382
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="8.0.100-preview.7.23329.3">
383383
<Uri>https://github.com/dotnet/sdk</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</ItemGroup>
3333
<PropertyGroup>
3434
<!-- dotnet/roslyn-analyzers dependencies -->
35-
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.23412.1</MicrosoftCodeAnalysisAnalyzersVersion>
36-
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23412.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
35+
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.23420.2</MicrosoftCodeAnalysisAnalyzersVersion>
36+
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23420.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
3737
<!-- dotnet/roslyn dependencies -->
3838
<!--
3939
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.

0 commit comments

Comments
 (0)