Skip to content

Commit 6437b48

Browse files
[main] Update dependencies from dotnet/roslyn (dotnet#102188)
* Update dependencies from https://github.com/dotnet/roslyn build 20240513.16 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24263.16 * Update dependencies from https://github.com/dotnet/roslyn build 20240514.12 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24264.12 * Update dependencies from https://github.com/dotnet/roslyn build 20240515.8 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24265.8 * Update dependencies from https://github.com/dotnet/roslyn build 20240516.4 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24266.4 * Update dependencies from https://github.com/dotnet/roslyn build 20240517.23 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24267.23 * Update dependencies from https://github.com/dotnet/roslyn build 20240518.2 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24268.2 * Update dependencies from https://github.com/dotnet/roslyn build 20240519.3 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-2.24260.2 -> To Version 4.11.0-2.24269.3 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
1 parent efd7ecc commit 6437b48

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
@@ -360,17 +360,17 @@
360360
<Uri>https://github.com/dotnet/runtime-assets</Uri>
361361
<Sha>587c756690070927e81cba864f0db27f0a74e44a</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24260.2">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24269.3">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
365+
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24260.2">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-2.24269.3">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
369+
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24260.2">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-2.24269.3">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
373+
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24225.1">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>8dccccec1ce3bd2fb532ec77d7e092ab9d684db7</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24260.2">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-2.24269.3">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>324e078a9b47b62cd6dec6c78c6308c4540aa1e5</Sha>
386+
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.5.24263.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.11.0-2.24260.2</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.11.0-2.24260.2</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.11.0-2.24260.2</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-2.24269.3</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.11.0-2.24269.3</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.11.0-2.24269.3</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)