Skip to content

Commit 08b2197

Browse files
[main] Update dependencies from dotnet/roslyn (#106757)
* Update dependencies from https://github.com/dotnet/roslyn build 20240820.10 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-2.24419.4 -> To Version 4.12.0-2.24420.10 * Update dependencies from https://github.com/dotnet/roslyn build 20240821.9 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-2.24420.10 -> To Version 4.12.0-2.24421.9 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 34a0ae9 commit 08b2197

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>20958e07f73276767dd57ad1ef0198bb8fd76988</Sha>
358358
</Dependency>
359-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24419.4">
359+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24421.9">
360360
<Uri>https://github.com/dotnet/roslyn</Uri>
361-
<Sha>63a2cf641e32073c432a505dd899d9e2ea7abbd2</Sha>
361+
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24419.4">
363+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24421.9">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>63a2cf641e32073c432a505dd899d9e2ea7abbd2</Sha>
365+
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24419.4">
367+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24421.9">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>63a2cf641e32073c432a505dd899d9e2ea7abbd2</Sha>
369+
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
370370
</Dependency>
371371
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24405.1">
372372
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -377,9 +377,9 @@
377377
<Sha>3211f48253bc18560156d90dc5e710d35f7d03fa</Sha>
378378
</Dependency>
379379
<!-- Intermediate is necessary for source build. -->
380-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24419.4">
380+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24421.9">
381381
<Uri>https://github.com/dotnet/roslyn</Uri>
382-
<Sha>63a2cf641e32073c432a505dd899d9e2ea7abbd2</Sha>
382+
<Sha>08a167c19e5e04742b0922bdb1ea8046e9364f4b</Sha>
383383
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
384384
</Dependency>
385385
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24409.1">

eng/Versions.props

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