Skip to content

Commit 03a1d52

Browse files
[release/9.0] Update dependencies from dotnet/roslyn (#106688)
* Update dependencies from https://github.com/dotnet/roslyn build 20240819.4 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-2.24417.1 -> To Version 4.12.0-2.24419.4 * 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 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <[email protected]>
1 parent 46c73ed commit 03a1d52

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
@@ -357,17 +357,17 @@
357357
<Uri>https://github.com/dotnet/runtime-assets</Uri>
358358
<Sha>6d82d2732e240983f23ebe53d3cfb8fcd3b3ec0d</Sha>
359359
</Dependency>
360-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24417.1">
360+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24420.10">
361361
<Uri>https://github.com/dotnet/roslyn</Uri>
362-
<Sha>75b26a2088e76855528483674a1fbeea0137241b</Sha>
362+
<Sha>c63e7b69c8a24803129f63b382c0ab1558112cf6</Sha>
363363
</Dependency>
364-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24417.1">
364+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24420.10">
365365
<Uri>https://github.com/dotnet/roslyn</Uri>
366-
<Sha>75b26a2088e76855528483674a1fbeea0137241b</Sha>
366+
<Sha>c63e7b69c8a24803129f63b382c0ab1558112cf6</Sha>
367367
</Dependency>
368-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24417.1">
368+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24420.10">
369369
<Uri>https://github.com/dotnet/roslyn</Uri>
370-
<Sha>75b26a2088e76855528483674a1fbeea0137241b</Sha>
370+
<Sha>c63e7b69c8a24803129f63b382c0ab1558112cf6</Sha>
371371
</Dependency>
372372
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24415.1">
373373
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -378,9 +378,9 @@
378378
<Sha>fdb9965ce68c1f4e1c0ff301488adf9caa958615</Sha>
379379
</Dependency>
380380
<!-- Intermediate is necessary for source build. -->
381-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24417.1">
381+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24420.10">
382382
<Uri>https://github.com/dotnet/roslyn</Uri>
383-
<Sha>75b26a2088e76855528483674a1fbeea0137241b</Sha>
383+
<Sha>c63e7b69c8a24803129f63b382c0ab1558112cf6</Sha>
384384
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
385385
</Dependency>
386386
<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.24417.1</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.12.0-2.24417.1</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24417.1</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-2.24420.10</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.12.0-2.24420.10</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24420.10</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)