Skip to content

Commit 52c21b1

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#47943)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 799dfa7 commit 52c21b1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,18 +463,18 @@
463463
<Sha>1156b9aac00609107c21cf3458b797c76db6be7a</Sha>
464464
<SourceBuild RepoName="xdt" ManagedOnly="true" />
465465
</Dependency>
466-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25176.1">
466+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25177.1">
467467
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
468-
<Sha>ddae938850f7dde4a136186eb7e4d05577291188</Sha>
468+
<Sha>d98c60c0da655de406d3c45d0c82bfd82cc15a66</Sha>
469469
</Dependency>
470-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25176.1">
470+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25177.1">
471471
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
472-
<Sha>ddae938850f7dde4a136186eb7e4d05577291188</Sha>
472+
<Sha>d98c60c0da655de406d3c45d0c82bfd82cc15a66</Sha>
473473
</Dependency>
474474
<!-- Intermediate is necessary for source build. -->
475-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25176.1">
475+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25177.1">
476476
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
477-
<Sha>ddae938850f7dde4a136186eb7e4d05577291188</Sha>
477+
<Sha>d98c60c0da655de406d3c45d0c82bfd82cc15a66</Sha>
478478
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
479479
</Dependency>
480480
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.25071.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@
176176
</PropertyGroup>
177177
<PropertyGroup>
178178
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
179-
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25176.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
180-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25176.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
179+
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25177.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
180+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25177.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
181181
</PropertyGroup>
182182
<PropertyGroup>
183183
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)