Skip to content

Commit f2dfbf5

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20240923.3 (#108191)
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 a16e0d5 commit f2dfbf5

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
@@ -352,17 +352,17 @@
352352
<Uri>https://github.com/dotnet/runtime-assets</Uri>
353353
<Sha>3e7dcac0d1e416192f0e24e7acaa1e3449de270e</Sha>
354354
</Dependency>
355-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24470.11">
355+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3">
356356
<Uri>https://github.com/dotnet/roslyn</Uri>
357-
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
357+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
358358
</Dependency>
359-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24470.11">
359+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3">
360360
<Uri>https://github.com/dotnet/roslyn</Uri>
361-
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
361+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24470.11">
363+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
365+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
366366
</Dependency>
367367
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24467.1">
368368
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -373,9 +373,9 @@
373373
<Sha>f4c8475010cbc3d5956c99c1f2c2d49c03c5871b</Sha>
374374
</Dependency>
375375
<!-- Intermediate is necessary for source build. -->
376-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24470.11">
376+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3">
377377
<Uri>https://github.com/dotnet/roslyn</Uri>
378-
<Sha>54fd790788b03c256f736c917fc368daf0a643db</Sha>
378+
<Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha>
379379
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
380380
</Dependency>
381381
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24472.4">

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4444
they do not break the local dev experience.
4545
-->
46-
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24470.11</MicrosoftCodeAnalysisCSharpVersion>
47-
<MicrosoftCodeAnalysisVersion>4.12.0-3.24470.11</MicrosoftCodeAnalysisVersion>
48-
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24470.11</MicrosoftNetCompilersToolsetVersion>
46+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisCSharpVersion>
47+
<MicrosoftCodeAnalysisVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisVersion>
48+
<MicrosoftNetCompilersToolsetVersion>4.12.0-3.24473.3</MicrosoftNetCompilersToolsetVersion>
4949
</PropertyGroup>
5050
<!--
5151
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)