Skip to content

Commit 4b3ab70

Browse files
[release/9.0] Update dependencies from dotnet/roslyn (#108326)
* Update dependencies from https://github.com/dotnet/roslyn build 20240926.11 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24473.3 -> To Version 4.13.0-1.24476.11 * Update dependencies from https://github.com/dotnet/roslyn build 20240927.6 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-1.24476.11 -> To Version 4.12.0-3.24477.6 * Update dependencies from https://github.com/dotnet/roslyn build 20240929.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24477.6 -> To Version 4.12.0-3.24479.1 * Update dependencies from https://github.com/dotnet/roslyn build 20240930.5 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24479.1 -> To Version 4.12.0-3.24480.5 * Update dependencies from https://github.com/dotnet/roslyn build 20241001.10 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24480.5 -> To Version 4.12.0-3.24501.10 * Update dependencies from https://github.com/dotnet/roslyn build 20241002.14 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24501.10 -> To Version 4.12.0-3.24502.14 * Update dependencies from https://github.com/dotnet/roslyn build 20241004.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24502.14 -> To Version 4.12.0-3.24504.1 * Update dependencies from https://github.com/dotnet/roslyn build 20241004.7 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24504.1 -> To Version 4.12.0-3.24504.7 * Update dependencies from https://github.com/dotnet/roslyn build 20241009.5 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24504.7 -> To Version 4.12.0-3.24509.5 * Update dependencies from https://github.com/dotnet/roslyn build 20241010.2 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24509.5 -> To Version 4.12.0-3.24510.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0eb4083 commit 4b3ab70

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
@@ -356,17 +356,17 @@
356356
<Uri>https://github.com/dotnet/runtime-assets</Uri>
357357
<Sha>e98370e661a19bdfed31eefb8740ecfad255f9ed</Sha>
358358
</Dependency>
359-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3">
359+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24510.2">
360360
<Uri>https://github.com/dotnet/roslyn</Uri>
361-
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
361+
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3">
363+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24510.2">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
365+
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3">
367+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24510.2">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
369+
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
370370
</Dependency>
371371
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24479.1">
372372
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -377,9 +377,9 @@
377377
<Sha>2595aeb5e9a506f3f845c01be18d70ded045e33a</Sha>
378378
</Dependency>
379379
<!-- Intermediate is necessary for source build. -->
380-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3">
380+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24510.2">
381381
<Uri>https://github.com/dotnet/roslyn</Uri>
382-
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
382+
<Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha>
383383
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
384384
</Dependency>
385385
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rtm.24504.15">

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.24473.3</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24473.3</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24510.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)