Skip to content

Commit 1da3a98

Browse files
author
v-wuzhai
authored
[release/9.0.3xx] Update dependencies from dotnet/roslyn-analyzers (#47813)
2 parents 46fd973 + aa823af commit 1da3a98

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.25123.4">
377+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.25173.2">
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.25123.4">
381+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.25173.2">
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.25123.4">
386+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.25173.2">
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
@@ -157,8 +157,8 @@
157157
</PropertyGroup>
158158
<PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
160-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25123.4</MicrosoftCodeAnalysisNetAnalyzersVersion>
161-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.25123.4</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
160+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.25173.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
161+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.25173.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
162162
</PropertyGroup>
163163
<PropertyGroup>
164164
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)