Skip to content

Commit aab0a2d

Browse files
authored
[main] Update dependencies from dotnet/roslyn-analyzers (#40181)
2 parents 684646b + e3898e8 commit aab0a2d

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
@@ -350,18 +350,18 @@
350350
<Sha>75b4429c85a3bfe0af11c83048259d0ad6ca6611</Sha>
351351
<SourceBuild RepoName="xdt" ManagedOnly="true" />
352352
</Dependency>
353-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24212.1">
353+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24215.1">
354354
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
355-
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
355+
<Sha>b6976c92250098eb089345ef55bd382e07a6b51f</Sha>
356356
</Dependency>
357-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24212.1">
357+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24215.1">
358358
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
359-
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
359+
<Sha>b6976c92250098eb089345ef55bd382e07a6b51f</Sha>
360360
</Dependency>
361361
<!-- Intermediate is necessary for source build. -->
362-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24212.1">
362+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24215.1">
363363
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
364-
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
364+
<Sha>b6976c92250098eb089345ef55bd382e07a6b51f</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

+2-2
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.24212.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
95-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24212.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
94+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24215.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
95+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24215.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
9696
</PropertyGroup>
9797
<PropertyGroup>
9898
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)