Skip to content

Commit 9636d7a

Browse files
[release/9.0-staging] Update dependencies from dotnet/roslyn (#110992)
* Update dependencies from https://github.com/dotnet/roslyn build 20241229.4 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24574.8 -> To Version 4.12.0-3.24629.4 * Update dependencies from https://github.com/dotnet/roslyn build 20241231.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24574.8 -> To Version 4.12.0-3.24631.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 989783c commit 9636d7a

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
@@ -360,17 +360,17 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>be3ffb86e48ffd7f75babda38cba492aa058f04f</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24574.8">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24631.1">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
365+
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24574.8">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24631.1">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
369+
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24574.8">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24631.1">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
373+
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24574.2">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>3d61c57c73c3dd5f1f407ef9cd3414d94bf0eaf2</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24574.8">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24631.1">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>dfa7fc6bdea31a858a402168384192b633c811fa</Sha>
386+
<Sha>da7c6c4257b2f661024b9a506773372a09023eee</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.102">

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.24574.8</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.24574.8</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24574.8</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.12.0-3.24631.1</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24631.1</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)