Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/roslyn-analyzers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Sep 30, 2024
2 parents a87c170 + 24403d7 commit 298d0b6
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 @@ -404,18 +404,18 @@
<Sha>4ddd8113a29852380b7b929117bfe67f401ac320</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24454.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24479.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
<Sha>2595aeb5e9a506f3f845c01be18d70ded045e33a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24454.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24479.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
<Sha>2595aeb5e9a506f3f845c01be18d70ded045e33a</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24454.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24479.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
<Sha>2595aeb5e9a506f3f845c01be18d70ded045e33a</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24454.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24454.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24479.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24479.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 298d0b6

Please sign in to comment.