Skip to content

Commit 081a52f

Browse files
authored
[main] Update dependencies from dotnet/roslyn-analyzers (#43887)
2 parents e7b9ba5 + 9777656 commit 081a52f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -414,18 +414,18 @@
414414
<Sha>4ddd8113a29852380b7b929117bfe67f401ac320</Sha>
415415
<SourceBuild RepoName="xdt" ManagedOnly="true" />
416416
</Dependency>
417-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24479.3">
417+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24507.3">
418418
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
419-
<Sha>db5ed35361c522fa21097337e406124faa1d59b5</Sha>
419+
<Sha>12b427eb30b98288319463a6c9ce30567822c1ee</Sha>
420420
</Dependency>
421-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24479.3">
421+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.24507.3">
422422
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
423-
<Sha>db5ed35361c522fa21097337e406124faa1d59b5</Sha>
423+
<Sha>12b427eb30b98288319463a6c9ce30567822c1ee</Sha>
424424
</Dependency>
425425
<!-- Intermediate is necessary for source build. -->
426-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24479.3">
426+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.24507.3">
427427
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
428-
<Sha>db5ed35361c522fa21097337e406124faa1d59b5</Sha>
428+
<Sha>12b427eb30b98288319463a6c9ce30567822c1ee</Sha>
429429
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
430430
</Dependency>
431431
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
</PropertyGroup>
202202
<PropertyGroup>
203203
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
204-
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24479.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
205-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24479.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
204+
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24507.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
205+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.24507.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
206206
</PropertyGroup>
207207
<PropertyGroup>
208208
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)