Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#46220)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 23, 2025
2 parents 92e9bd6 + c2f13b4 commit 15f99ba
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 @@ -419,18 +419,18 @@
<Sha>1156b9aac00609107c21cf3458b797c76db6be7a</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25066.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25072.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>45caa455b34553e7ef3ff7cb1def454eef78037c</Sha>
<Sha>5c3c07bfa03e069b82a52e2c1855860ca5434538</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25066.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.12.0-beta1.25072.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>45caa455b34553e7ef3ff7cb1def454eef78037c</Sha>
<Sha>5c3c07bfa03e069b82a52e2c1855860ca5434538</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25066.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.12.0-beta1.25072.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>45caa455b34553e7ef3ff7cb1def454eef78037c</Sha>
<Sha>5c3c07bfa03e069b82a52e2c1855860ca5434538</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 @@ -167,8 +167,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25066.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25066.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25072.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.12.0-beta1.25072.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 15f99ba

Please sign in to comment.