Skip to content

Commit 99b373a

Browse files
[main] Update dependencies from dotnet/roslyn (#111946)
* 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>
1 parent 1497af6 commit 99b373a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -376,17 +376,17 @@
376376
<Uri>https://github.com/dotnet/runtime-assets</Uri>
377377
<Sha>fc476e8f2d685eb7cadf6342393a0af2708f4dbf</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-1.25077.5">
379+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.14.0-2.25079.2">
380380
<Uri>https://github.com/dotnet/roslyn</Uri>
381-
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
381+
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-1.25077.5">
383+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.14.0-2.25079.2">
384384
<Uri>https://github.com/dotnet/roslyn</Uri>
385-
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
385+
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-1.25077.5">
387+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.14.0-2.25079.2">
388388
<Uri>https://github.com/dotnet/roslyn</Uri>
389-
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
389+
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
390390
</Dependency>
391391
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24629.1">
392392
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -397,9 +397,9 @@
397397
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
398398
</Dependency>
399399
<!-- Intermediate is necessary for source build. -->
400-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-1.25077.5">
400+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.14.0-2.25079.2">
401401
<Uri>https://github.com/dotnet/roslyn</Uri>
402-
<Sha>557c46c532788c16881dbe1b9bd3d938c2ed22e0</Sha>
402+
<Sha>250065a15ef94895ef87f3e09b313b987375b5b1</Sha>
403403
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
404404
</Dependency>
405405
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.25077.2">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4545
they do not break the local dev experience.
4646
-->
47-
<MicrosoftCodeAnalysisCSharpVersion>4.14.0-1.25077.5</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.14.0-1.25077.5</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.14.0-1.25077.5</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.14.0-2.25079.2</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.14.0-2.25079.2</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.14.0-2.25079.2</MicrosoftNetCompilersToolsetVersion>
5050
</PropertyGroup>
5151
<!--
5252
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.

0 commit comments

Comments
 (0)