Skip to content

Commit 1dffab5

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20240729.16 (#105696)
Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.12.0-1.24379.1 -> To Version 4.12.0-2.24379.16 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent ed40e60 commit 1dffab5

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>a169ffbfa05ef36a4977fde4684bd6574c3c2576</Sha>
358358
</Dependency>
359-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-1.24379.1">
359+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-2.24379.16">
360360
<Uri>https://github.com/dotnet/roslyn</Uri>
361-
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
361+
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-1.24379.1">
363+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-2.24379.16">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
365+
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-1.24379.1">
367+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-2.24379.16">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
369+
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
370370
</Dependency>
371371
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24378.1">
372372
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -377,9 +377,9 @@
377377
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
378378
</Dependency>
379379
<!-- Intermediate is necessary for source build. -->
380-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-1.24379.1">
380+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24379.16">
381381
<Uri>https://github.com/dotnet/roslyn</Uri>
382-
<Sha>b2a6fc8eca8d3332845b142717166303d18362c7</Sha>
382+
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
383383
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
384384
</Dependency>
385385
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.1.24378.3">

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-1.24379.1</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.12.0-1.24379.1</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.12.0-1.24379.1</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.12.0-2.24379.16</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.12.0-2.24379.16</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.12.0-2.24379.16</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)