Skip to content

Commit a55c694

Browse files
author
v-wuzhai
authored
[release/9.0.2xx] Update dependencies from dotnet/roslyn-analyzers (#47041)
2 parents ec78995 + 65fe273 commit a55c694

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
@@ -374,16 +374,16 @@
374374
<Sha>63ae81154c50a1cf9287cc47d8351d55b4289e6d</Sha>
375375
<SourceBuild RepoName="xdt" ManagedOnly="true" />
376376
</Dependency>
377-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.25076.2">
377+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.25123.1">
378378
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
379379
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
380380
</Dependency>
381-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.25076.2">
381+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.25123.1">
382382
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
383383
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
384384
</Dependency>
385385
<!-- Intermediate is necessary for source build. -->
386-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.25076.2">
386+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.25123.1">
387387
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
388388
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
389389
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
</PropertyGroup>
157157
<PropertyGroup>
158158
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
159-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25076.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
160-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.25076.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
159+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25123.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
160+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.25123.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
161161
</PropertyGroup>
162162
<PropertyGroup>
163163
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)