Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#46294)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 26, 2025
2 parents 8c35f69 + 7c1554c commit 1181121
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,18 +423,18 @@
<Sha>1156b9aac00609107c21cf3458b797c76db6be7a</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25073.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25074.5">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>b0d5ca30393fdb3b8a37710cdadcd30c50250c6b</Sha>
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25073.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25074.5">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>b0d5ca30393fdb3b8a37710cdadcd30c50250c6b</Sha>
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25073.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25074.5">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>b0d5ca30393fdb3b8a37710cdadcd30c50250c6b</Sha>
<Sha>3746107f6c9e0a2f1cae7e37a78a9d9de249857a</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.25071.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25073.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25073.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25074.5</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25074.5</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 1181121

Please sign in to comment.