Skip to content

Commit

Permalink
Update roslyn-analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
jjonescz committed Oct 11, 2024
1 parent 049a619 commit f399e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,13 @@
<Uri>https:/dotnet/roslyn</Uri>
<Sha>c9dd07d64fc446208f36e55bdc305478e915ca3f</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24467.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24508.1">
<Uri>https:/dotnet/roslyn-analyzers</Uri>
<Sha>f4c8475010cbc3d5956c99c1f2c2d49c03c5871b</Sha>
<Sha>8c173ced8bb1545be6eb70a1a8a5dcff0a557457</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24467.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24508.1">
<Uri>https:/dotnet/roslyn-analyzers</Uri>
<Sha>f4c8475010cbc3d5956c99c1f2c2d49c03c5871b</Sha>
<Sha>8c173ced8bb1545be6eb70a1a8a5dcff0a557457</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-1.24510.9">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
</ItemGroup>
<PropertyGroup>
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24467.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24467.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.24508.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24508.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<!-- dotnet/roslyn dependencies -->
<!--
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
Expand Down

0 comments on commit f399e33

Please sign in to comment.