Skip to content

Commit c744920

Browse files
[release/9.0] Update dependencies from dotnet/roslyn (#108061)
* Update dependencies from https://github.com/dotnet/roslyn build 20240919.4 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24469.1 -> To Version 4.12.0-3.24469.4 * Update dependencies from https://github.com/dotnet/roslyn build 20240920.11 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24469.4 -> To Version 4.12.0-3.24470.11 * Update dependencies from https://github.com/dotnet/roslyn build 20240923.3 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-3.24470.11 -> To Version 4.12.0-3.24473.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0d44aea commit c744920

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.24469.1">
359+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3">
360360
<Uri>https://github.com/dotnet/roslyn</Uri>
361-
<Sha>f869d0f8a872875a46ba9fe23c67b04eb5519c2e</Sha>
361+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24469.1">
363+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>f869d0f8a872875a46ba9fe23c67b04eb5519c2e</Sha>
365+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24469.1">
367+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>f869d0f8a872875a46ba9fe23c67b04eb5519c2e</Sha>
369+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
370370
</Dependency>
371371
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24454.1">
372372
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -377,9 +377,9 @@
377377
<Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha>
378378
</Dependency>
379379
<!-- Intermediate is necessary for source build. -->
380-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24469.1">
380+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3">
381381
<Uri>https://github.com/dotnet/roslyn</Uri>
382-
<Sha>f869d0f8a872875a46ba9fe23c67b04eb5519c2e</Sha>
382+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
383383
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
384384
</Dependency>
385385
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.2.24466.7">

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.24469.1</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.12.0-3.24469.1</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24469.1</MicrosoftNetCompilersToolsetVersion>
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>
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)