Skip to content

Commit

Permalink
[release/8.0.1xx-rc1] Update dependencies from dotnet/roslyn-analyzers (
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed Aug 21, 2023
2 parents 32bc537 + 33d47de commit 5b1ffbe
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 @@ -308,17 +308,17 @@
<Sha>9a1c3e1b7f0c8763d4c96e593961a61a72679a7b</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23414.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23420.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>2af4cd81f7b5ac21569411f8dd5c93272c6dd19f</Sha>
<Sha>76d99c5f3e11f0600fae074270c0d89042c360f0</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.23414.1">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.23420.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>2af4cd81f7b5ac21569411f8dd5c93272c6dd19f</Sha>
<Sha>76d99c5f3e11f0600fae074270c0d89042c360f0</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.23414.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.23420.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>2af4cd81f7b5ac21569411f8dd5c93272c6dd19f</Sha>
<Sha>76d99c5f3e11f0600fae074270c0d89042c360f0</Sha>
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23307.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>8.0.0-preview.23414.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23414.1</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23420.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23420.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 5b1ffbe

Please sign in to comment.