Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from dotnet/roslyn-analyzers (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joeloff authored Nov 24, 2024
2 parents 5d8b954 + 242172b commit 12def6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -408,16 +408,16 @@
<Sha>1a54480f52703fb45fac2a6b955247d33758383e</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24527.2">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24574.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24527.2">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24574.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24527.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.24574.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24527.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24527.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24574.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.24574.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 12def6a

Please sign in to comment.