Skip to content

Commit 88c6473

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,18 +400,18 @@
400400
<Sha>0d51607fb791c51a14b552ed24fe3430c252148b</Sha>
401401
<SourceBuild RepoName="xdt" ManagedOnly="true" />
402402
</Dependency>
403-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24402.1">
403+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24405.1">
404404
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
405-
<Sha>b70b32099c2365092974f6786636e25ae507c8fa</Sha>
405+
<Sha>3211f48253bc18560156d90dc5e710d35f7d03fa</Sha>
406406
</Dependency>
407-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24402.1">
407+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24405.1">
408408
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
409-
<Sha>b70b32099c2365092974f6786636e25ae507c8fa</Sha>
409+
<Sha>3211f48253bc18560156d90dc5e710d35f7d03fa</Sha>
410410
</Dependency>
411411
<!-- Intermediate is necessary for source build. -->
412-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24402.1">
412+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24405.1">
413413
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
414-
<Sha>b70b32099c2365092974f6786636e25ae507c8fa</Sha>
414+
<Sha>3211f48253bc18560156d90dc5e710d35f7d03fa</Sha>
415415
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
416416
</Dependency>
417417
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@
192192
</PropertyGroup>
193193
<PropertyGroup>
194194
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
195-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24402.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
196-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24402.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
195+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24405.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
196+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24405.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
197197
</PropertyGroup>
198198
<PropertyGroup>
199199
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)