Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/roslyn build 20241…
Browse files Browse the repository at this point in the history
…122.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.13.0-2.24570.4 -> To Version 4.13.0-2.24572.2
  • Loading branch information
dotnet-maestro[bot] authored and am11 committed Dec 3, 2024
1 parent c5213de commit 1012c0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,17 +376,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>4daef9f8f673c1d0bbec273f2bcda1ab9074ef75</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-2.24570.4">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24601.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>94fff7ad4f11977f903f435b0d97dcf0f2183710</Sha>
<Sha>7937c02f5411a34e17e4d090d69a291bd25ac510</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-2.24570.4">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24601.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>94fff7ad4f11977f903f435b0d97dcf0f2183710</Sha>
<Sha>7937c02f5411a34e17e4d090d69a291bd25ac510</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-2.24570.4">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24601.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>94fff7ad4f11977f903f435b0d97dcf0f2183710</Sha>
<Sha>7937c02f5411a34e17e4d090d69a291bd25ac510</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24559.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -397,9 +397,9 @@
<Sha>5435ba7b1037f21237adc1b3845f97e9fdbc075d</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-2.24570.4">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24601.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>94fff7ad4f11977f903f435b0d97dcf0f2183710</Sha>
<Sha>7937c02f5411a34e17e4d090d69a291bd25ac510</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24480.5">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
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>4.13.0-2.24570.4</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-2.24570.4</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-2.24570.4</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-3.24601.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.13.0-3.24601.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24601.2</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.
Expand Down

0 comments on commit 1012c0d

Please sign in to comment.