Skip to content

Commit

Permalink
[release/8.0.1xx] Update dependencies from dotnet/roslyn-analyzers (#…
Browse files Browse the repository at this point in the history
…34952)
  • Loading branch information
v-wuzhai authored Aug 28, 2023
2 parents dffa935 + 8e3953c commit 51b5cbd
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.23424.2">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23425.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>e1da9c89ca09a43ebac06a5e9ef0798407bc555b</Sha>
<Sha>546d9ed731872c72279735c55f140ab8967f5656</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.23424.2">
<Dependency Name="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.23425.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>e1da9c89ca09a43ebac06a5e9ef0798407bc555b</Sha>
<Sha>546d9ed731872c72279735c55f140ab8967f5656</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.23424.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.11.0-beta1.23425.3">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>e1da9c89ca09a43ebac06a5e9ef0798407bc555b</Sha>
<Sha>546d9ed731872c72279735c55f140ab8967f5656</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.23424.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23424.2</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview.23425.3</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>3.11.0-beta1.23425.3</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
Expand Down

0 comments on commit 51b5cbd

Please sign in to comment.