Skip to content

Commit feec389

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#47997)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a081488 commit feec389

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
@@ -463,18 +463,18 @@
463463
<Sha>c49d8039632d608391880555414a1e226c6944ee</Sha>
464464
<SourceBuild RepoName="xdt" ManagedOnly="true" />
465465
</Dependency>
466-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25177.1">
466+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25181.1">
467467
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
468-
<Sha>d98c60c0da655de406d3c45d0c82bfd82cc15a66</Sha>
468+
<Sha>bca09e7c4c74e5ce6c59a264870464fe9f229503</Sha>
469469
</Dependency>
470470
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25211.1">
471471
<Uri>https://github.com/dotnet/roslyn</Uri>
472472
<Sha>6a1833332064ba3569b488cab144490ddcb727c2</Sha>
473473
</Dependency>
474474
<!-- Intermediate is necessary for source build. -->
475-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25177.1">
475+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="10.0.0-preview.25181.1">
476476
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
477-
<Sha>d98c60c0da655de406d3c45d0c82bfd82cc15a66</Sha>
477+
<Sha>bca09e7c4c74e5ce6c59a264870464fe9f229503</Sha>
478478
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
479479
</Dependency>
480480
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.25071.2">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@
176176
</PropertyGroup>
177177
<PropertyGroup>
178178
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
179-
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25177.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
180-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25211.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
179+
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25181.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
181180
</PropertyGroup>
182181
<PropertyGroup>
183182
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
@@ -231,6 +230,7 @@
231230
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>5.0.0-1.25211.1</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
232231
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>5.0.0-1.25211.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
233232
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>5.0.0-1.25211.1</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
233+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25211.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
234234
</PropertyGroup>
235235
<PropertyGroup>
236236
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->

0 commit comments

Comments
 (0)