Skip to content

Commit 63f75ac

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#46311)
[main] Update dependencies from dotnet/roslyn-analyzers
1 parent 29c5b4d commit 63f75ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,16 +423,16 @@
423423
<Sha>1156b9aac00609107c21cf3458b797c76db6be7a</Sha>
424424
<SourceBuild RepoName="xdt" ManagedOnly="true" />
425425
</Dependency>
426-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25074.5">
426+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25076.4">
427427
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
428428
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
429429
</Dependency>
430-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25074.5">
430+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25076.4">
431431
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
432432
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
433433
</Dependency>
434434
<!-- Intermediate is necessary for source build. -->
435-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25074.5">
435+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25076.4">
436436
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
437437
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
438438
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
</PropertyGroup>
169169
<PropertyGroup>
170170
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
171-
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25074.5</MicrosoftCodeAnalysisNetAnalyzersVersion>
172-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25074.5</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
171+
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25076.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
172+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25076.4</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
173173
</PropertyGroup>
174174
<PropertyGroup>
175175
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)