Skip to content

Commit 447f854

Browse files
authored
[main] Update dependencies from dotnet/roslyn-analyzers (dotnet#42417)
2 parents a9a815a + 3472ebb commit 447f854

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.24324.1">
403+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24378.1">
404404
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
405-
<Sha>43709af7570da7140fb3e9a5237f55ffb24677e7</Sha>
405+
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
406406
</Dependency>
407-
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24324.1">
407+
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24378.1">
408408
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
409-
<Sha>43709af7570da7140fb3e9a5237f55ffb24677e7</Sha>
409+
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
410410
</Dependency>
411411
<!-- Intermediate is necessary for source build. -->
412-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24324.1">
412+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24378.1">
413413
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
414-
<Sha>43709af7570da7140fb3e9a5237f55ffb24677e7</Sha>
414+
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</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
@@ -189,8 +189,8 @@
189189
</PropertyGroup>
190190
<PropertyGroup>
191191
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
192-
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24324.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
193-
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24324.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
192+
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24378.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
193+
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24378.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
194194
</PropertyGroup>
195195
<PropertyGroup>
196196
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

0 commit comments

Comments
 (0)