Skip to content

Commit c77a382

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

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
@@ -350,18 +350,18 @@
350350
<Sha>282e0064c30d5cef9b1c1cabb12ef6b55775c54d</Sha>
351351
<SourceBuild RepoName="xdt" ManagedOnly="true" />
352352
</Dependency>
353-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24208.3">
353+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24212.1">
354354
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
355-
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
355+
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
356356
</Dependency>
357-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24208.3">
357+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24212.1">
358358
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
359-
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
359+
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
360360
</Dependency>
361361
<!-- Intermediate is necessary for source build. -->
362-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24208.3">
362+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24212.1">
363363
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
364-
<Sha>7455f63411369a962f769361d1a979a547756ada</Sha>
364+
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
365365
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
366366
</Dependency>
367367
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24209.3">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
</PropertyGroup>
9292
<PropertyGroup>
9393
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
94-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24208.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
95-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24208.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
94+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24212.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
95+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24212.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
9696
</PropertyGroup>
9797
<PropertyGroup>
9898
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)