Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#38963)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Feb 23, 2024
2 parents 48291f8 + e22e170 commit 3075c3b
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 @@ -360,18 +360,18 @@
<Sha>3ae12c7ded587740bb113b453b5a738c5017681d</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24122.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24122.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>61a45f87a68c59429cb0359f385455bfec58f5cb</Sha>
<Sha>ba8b7f2c3ae092d0301f0c5e49bd30340af553c8</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24122.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24122.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>61a45f87a68c59429cb0359f385455bfec58f5cb</Sha>
<Sha>ba8b7f2c3ae092d0301f0c5e49bd30340af553c8</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24122.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24122.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>61a45f87a68c59429cb0359f385455bfec58f5cb</Sha>
<Sha>ba8b7f2c3ae092d0301f0c5e49bd30340af553c8</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24112.1">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24122.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24122.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24122.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24122.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 3075c3b

Please sign in to comment.