Skip to content

Commit bee5ab7

Browse files
[main] Update dependencies from dotnet/roslyn (#110690)
* Update dependencies from https://github.com/dotnet/roslyn build 20241213.1 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.24611.10 -> To Version 4.13.0-3.24613.1 * Update dependencies from https://github.com/dotnet/roslyn build 20241213.14 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.24611.10 -> To Version 4.13.0-3.24613.14 * Update dependencies from https://github.com/dotnet/roslyn build 20241214.4 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.24611.10 -> To Version 4.13.0-3.24614.4 * Update dependencies from https://github.com/dotnet/roslyn build 20241217.3 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.13.0-3.24611.10 -> To Version 4.13.0-3.24617.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 49f4145 commit bee5ab7

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
@@ -376,17 +376,17 @@
376376
<Uri>https://github.com/dotnet/runtime-assets</Uri>
377377
<Sha>4daef9f8f673c1d0bbec273f2bcda1ab9074ef75</Sha>
378378
</Dependency>
379-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24611.10">
379+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.24617.3">
380380
<Uri>https://github.com/dotnet/roslyn</Uri>
381-
<Sha>86d60f7a00b0274a806a40afde8801a89d27e6bc</Sha>
381+
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
382382
</Dependency>
383-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24611.10">
383+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.24617.3">
384384
<Uri>https://github.com/dotnet/roslyn</Uri>
385-
<Sha>86d60f7a00b0274a806a40afde8801a89d27e6bc</Sha>
385+
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24611.10">
387+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.24617.3">
388388
<Uri>https://github.com/dotnet/roslyn</Uri>
389-
<Sha>86d60f7a00b0274a806a40afde8801a89d27e6bc</Sha>
389+
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
390390
</Dependency>
391391
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.12.0-beta1.24616.1">
392392
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -397,9 +397,9 @@
397397
<Sha>5ed336762c6260a83ece35cd1f6749251452bad0</Sha>
398398
</Dependency>
399399
<!-- Intermediate is necessary for source build. -->
400-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24611.10">
400+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.24617.3">
401401
<Uri>https://github.com/dotnet/roslyn</Uri>
402-
<Sha>86d60f7a00b0274a806a40afde8801a89d27e6bc</Sha>
402+
<Sha>f9ccce030d8fdcc2ea095e095b71316d243c5b35</Sha>
403403
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
404404
</Dependency>
405405
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-alpha.1.24610.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.13.0-3.24611.10</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.13.0-3.24611.10</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24611.10</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.13.0-3.24617.3</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.13.0-3.24617.3</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24617.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)