Skip to content

Commit 2a76f6f

Browse files
[release/9.0-staging] Update dependencies from dotnet/roslyn (#112835)
* Update dependencies from https://github.com/dotnet/roslyn build 20250223.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.25105.5 -> To Version 4.12.0-3.25123.1 * Update dependencies from https://github.com/dotnet/roslyn build 20250224.2 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.25105.5 -> To Version 4.12.0-3.25124.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 08bad6e commit 2a76f6f

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

NuGet.config

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1111
<!-- Begin: Package sources from dotnet-emsdk -->
1212
<add key="darc-pub-dotnet-emsdk-dad5528" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e/nuget/v3/index.json" />
13-
<add key="darc-pub-dotnet-emsdk-dad5528-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e-1/nuget/v3/index.json" />
1413
<!-- End: Package sources from dotnet-emsdk -->
1514
<!-- Begin: Package sources from dotnet-sdk -->
1615
<add key="darc-pub-dotnet-sdk-049799c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-049799c3/nuget/v3/index.json" />

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -360,17 +360,17 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>ceeaaca3ae019d656421fdf49fc2dde5f29c9d09</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25105.5">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.25124.2">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>25acc509a1cb1d1a4923b0091cbc5ce837b024d0</Sha>
365+
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25105.5">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.25124.2">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>25acc509a1cb1d1a4923b0091cbc5ce837b024d0</Sha>
369+
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25105.5">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.25124.2">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>25acc509a1cb1d1a4923b0091cbc5ce837b024d0</Sha>
373+
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.25123.3">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>16865ea61910500f1022ad2b96c499e5df02c228</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25105.5">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.25124.2">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>25acc509a1cb1d1a4923b0091cbc5ce837b024d0</Sha>
386+
<Sha>3f5cf9fbbd91f2047e988801a5142ca1cb6bab45</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.103">

eng/Versions.props

+3-3
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.12.0-3.25105.5</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.25105.5</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25105.5</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.25124.2</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.12.0-3.25124.2</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.25124.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)