Skip to content

Commit

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

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.14.0-1.25077.5 -> To Version 4.14.0-2.25078.5

* Update dependencies from https://github.com/dotnet/roslyn build 20250129.2

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.14.0-1.25077.5 -> To Version 4.14.0-2.25079.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 30, 2025
1 parent 1497af6 commit 99b373a
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>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-1.25077.5">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25079.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-1.25077.5">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-2.25079.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-1.25077.5">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-2.25079.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24629.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -397,9 +397,9 @@
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-1.25077.5">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-2.25079.2">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.25077.2">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,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.14.0-1.25077.5</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.14.0-1.25077.5</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.14.0-1.25077.5</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.14.0-2.25079.2</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.14.0-2.25079.2</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.14.0-2.25079.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 99b373a

Please sign in to comment.