Skip to content

Commit dc02f8a

Browse files
[main] Update dependencies from dotnet/roslyn (#103416)
* Update dependencies from https://github.com/dotnet/roslyn build 20240613.3 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-3.24311.10 -> To Version 4.11.0-3.24313.3 * Update dependencies from https://github.com/dotnet/roslyn build 20240613.9 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-3.24311.10 -> To Version 4.11.0-3.24313.9 * Update dependencies from https://github.com/dotnet/roslyn build 20240613.9 Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.11.0-3.24311.10 -> To Version 4.11.0-3.24313.9 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 87cd2c4 commit dc02f8a

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>40711d8fe9f9971dada6d9f8388f19978bb14223</Sha>
362362
</Dependency>
363-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24311.10">
363+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24313.9">
364364
<Uri>https://github.com/dotnet/roslyn</Uri>
365-
<Sha>f2705c0be613ddc70fb08e1fbef83a204ca92f7e</Sha>
365+
<Sha>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24311.10">
367+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24313.9">
368368
<Uri>https://github.com/dotnet/roslyn</Uri>
369-
<Sha>f2705c0be613ddc70fb08e1fbef83a204ca92f7e</Sha>
369+
<Sha>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
370370
</Dependency>
371-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24311.10">
371+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24313.9">
372372
<Uri>https://github.com/dotnet/roslyn</Uri>
373-
<Sha>f2705c0be613ddc70fb08e1fbef83a204ca92f7e</Sha>
373+
<Sha>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
374374
</Dependency>
375375
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24313.1">
376376
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
@@ -381,9 +381,9 @@
381381
<Sha>52913b28e20a224a5f6d56fe0b84b13210e274b0</Sha>
382382
</Dependency>
383383
<!-- Intermediate is necessary for source build. -->
384-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-3.24311.10">
384+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-3.24313.9">
385385
<Uri>https://github.com/dotnet/roslyn</Uri>
386-
<Sha>f2705c0be613ddc70fb08e1fbef83a204ca92f7e</Sha>
386+
<Sha>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
387387
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
388388
</Dependency>
389389
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-preview.6.24311.23">

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-3.24311.10</MicrosoftCodeAnalysisCSharpVersion>
46-
<MicrosoftCodeAnalysisVersion>4.11.0-3.24311.10</MicrosoftCodeAnalysisVersion>
47-
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24311.10</MicrosoftNetCompilersToolsetVersion>
45+
<MicrosoftCodeAnalysisCSharpVersion>4.11.0-3.24313.9</MicrosoftCodeAnalysisCSharpVersion>
46+
<MicrosoftCodeAnalysisVersion>4.11.0-3.24313.9</MicrosoftCodeAnalysisVersion>
47+
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24313.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)