Skip to content

Commit 3d88f27

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20250102.5 (#111053)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.24629.5 -> To Version 4.13.0-3.25052.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent a1c864f commit 3d88f27

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -376,17 +376,17 @@
376376
<Uri>https://github.com/dotnet/runtime-assets</Uri>
377377
<Sha>f9f4ac2378fde175fe4da7220c8d56fddfd309ab</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24629.5">
379+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.25052.5">
380380
<Uri>https://github.com/dotnet/roslyn</Uri>
381-
<Sha>98ea496177bc8e607dbf454abd6b5a5e4678aed2</Sha>
381+
<Sha>14944a9ee7758b7f811de9b74bc17c19ca5f214b</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24629.5">
383+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.25052.5">
384384
<Uri>https://github.com/dotnet/roslyn</Uri>
385-
<Sha>98ea496177bc8e607dbf454abd6b5a5e4678aed2</Sha>
385+
<Sha>14944a9ee7758b7f811de9b74bc17c19ca5f214b</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24629.5">
387+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.25052.5">
388388
<Uri>https://github.com/dotnet/roslyn</Uri>
389-
<Sha>98ea496177bc8e607dbf454abd6b5a5e4678aed2</Sha>
389+
<Sha>14944a9ee7758b7f811de9b74bc17c19ca5f214b</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.13.0-3.24629.5">
400+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.25052.5">
401401
<Uri>https://github.com/dotnet/roslyn</Uri>
402-
<Sha>98ea496177bc8e607dbf454abd6b5a5e4678aed2</Sha>
402+
<Sha>14944a9ee7758b7f811de9b74bc17c19ca5f214b</Sha>
403403
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
404404
</Dependency>
405405
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24622.2">

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.13.0-3.24629.5</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.13.0-3.24629.5</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24629.5</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-3.25052.5</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.13.0-3.25052.5</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.25052.5</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)