Skip to content

Commit ca33c57

Browse files
authored
Revert "[main] Update dependencies from dotnet/roslyn-analyzers (#98984)"
This reverts commit 5d68e3f.
1 parent e203a15 commit ca33c57

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
@@ -404,13 +404,13 @@
404404
<Uri>https://github.com/dotnet/roslyn</Uri>
405405
<Sha>77372c66fd54927312b5b0a2e399e192f74445c9</Sha>
406406
</Dependency>
407-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24155.1">
407+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24122.2">
408408
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
409-
<Sha>628d239421a3ae54464c60901fd9b831b3f01efa</Sha>
409+
<Sha>ba8b7f2c3ae092d0301f0c5e49bd30340af553c8</Sha>
410410
</Dependency>
411-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24155.1">
411+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24122.2">
412412
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
413-
<Sha>628d239421a3ae54464c60901fd9b831b3f01efa</Sha>
413+
<Sha>ba8b7f2c3ae092d0301f0c5e49bd30340af553c8</Sha>
414414
</Dependency>
415415
<!-- Intermediate is necessary for source build. -->
416416
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-2.24114.13">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</ItemGroup>
3535
<PropertyGroup>
3636
<!-- dotnet/roslyn-analyzers dependencies -->
37-
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24155.1</MicrosoftCodeAnalysisAnalyzersVersion>
38-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24155.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
37+
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24122.2</MicrosoftCodeAnalysisAnalyzersVersion>
38+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24122.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
3939
<!-- dotnet/roslyn dependencies -->
4040
<!--
4141
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)