Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#45267)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Dec 3, 2024
2 parents 108299e + 4cd28f5 commit 613e055
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 @@ -408,18 +408,18 @@
<Sha>1a54480f52703fb45fac2a6b955247d33758383e</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24574.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24602.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
<Sha>53b99356010534ce12654c29a1af4d303e7ff058</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.24574.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.24602.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
<Sha>53b99356010534ce12654c29a1af4d303e7ff058</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.24574.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.24602.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
<Sha>53b99356010534ce12654c29a1af4d303e7ff058</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24528.1">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24574.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.24574.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24602.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.24602.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 613e055

Please sign in to comment.