Skip to content

Commit c61b5ff

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20260125.14
On relative base path root Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.25569.8 -> To Version 4.12.0-3.26075.14
1 parent 3210cc8 commit c61b5ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>6751b3896a163907bd3f1bbee56cbb926a17861b</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.26072.9">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.26075.14">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365365
<Sha>aa573a4c10c52f454b39d4109defa75d57937787</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.26072.9">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.26075.14">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369369
<Sha>aa573a4c10c52f454b39d4109defa75d57937787</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.26072.9">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.26075.14">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373373
<Sha>aa573a4c10c52f454b39d4109defa75d57937787</Sha>
374374
</Dependency>
@@ -381,7 +381,7 @@
381381
<Sha>5ef1abb57ce3df89eae65ecadeb1ddbab323ae05</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.26072.9">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.26075.14">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386386
<Sha>aa573a4c10c52f454b39d4109defa75d57937787</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />

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.12.0-3.26072.9</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.26072.9</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.26072.9</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.26075.14</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.12.0-3.26075.14</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.26075.14</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)