Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/roslyn-analyzers (#110119)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20241124.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.12.0-beta1.24559.1 -> To Version 3.12.0-beta1.24574.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20241202.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.12.0-beta1.24559.1 -> To Version 3.12.0-beta1.24602.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20241203.2

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.12.0-beta1.24559.1 -> To Version 3.12.0-beta1.24603.2

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20241205.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.12.0-beta1.24559.1 -> To Version 3.12.0-beta1.24605.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20241216.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.12.0-beta1.24559.1 -> To Version 3.12.0-beta1.24616.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 8edcc31 commit f6e46ff
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 @@ -388,13 +388,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>86d60f7a00b0274a806a40afde8801a89d27e6bc</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24559.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24616.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24559.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.24616.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24611.10">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</ItemGroup>
<PropertyGroup>
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.24559.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24559.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.24616.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.24616.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 f6e46ff

Please sign in to comment.