Skip to content

[main] Update dependencies from dotnet/roslyn #114857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -376,30 +376,30 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>3910b0218f952173f583c004868e91a87f987d14</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25218.9">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25220.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25218.9">
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25220.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25218.9">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25220.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25218.9">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.25220.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25217.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>cbcc6ddf3db6dedff5049f0397e1351951c13271</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="5.0.0-1.25218.9">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="5.0.0-1.25220.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>6dad8a659a253199349efd9f337cf1b2df22b25d</Sha>
<Sha>024254813274b5e545585a73b766203c5d979dd7</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.4.25211.22">
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -38,15 +38,15 @@
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25217.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<!-- dotnet/roslyn dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.25218.9</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.12.0-beta1.25220.1</MicrosoftCodeAnalysisAnalyzersVersion>
<!--
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.
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
<MicrosoftCodeAnalysisCSharpVersion>5.0.0-1.25218.9</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>5.0.0-1.25218.9</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>5.0.0-1.25218.9</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>5.0.0-1.25220.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>5.0.0-1.25220.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>5.0.0-1.25220.1</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
Loading
Oops, something went wrong.