Skip to content

Commit 1564797

Browse files
[release/8.0] Update dependencies from dotnet/roslyn (#92418)
* Update dependencies from https://github.com/dotnet/roslyn build 20230921.3 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.3 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.4 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.4 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.5 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.5 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.6 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.6 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.7 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.7 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.9 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.9 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.10 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.10 * Update dependencies from https://github.com/dotnet/roslyn build 20230921.11 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23471.2 -> To Version 4.8.0-3.23471.11 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 24658f3 commit 1564797

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,18 @@
358358
<Uri>https://github.com/dotnet/runtime-assets</Uri>
359359
<Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha>
360360
</Dependency>
361-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.2">
361+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23471.11">
362362
<Uri>https://github.com/dotnet/roslyn</Uri>
363-
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
363+
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
364364
</Dependency>
365-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.2">
365+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23471.11">
366366
<Uri>https://github.com/dotnet/roslyn</Uri>
367-
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
367+
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
368368
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
369369
</Dependency>
370-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.2">
370+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23471.11">
371371
<Uri>https://github.com/dotnet/roslyn</Uri>
372-
<Sha>9f6f97debe7fe8121a2249f807343d12ef1e4ac6</Sha>
372+
<Sha>bdd9c5ba66b00beebdc3516acc5e29b83efd89af</Sha>
373373
</Dependency>
374374
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23468.1">
375375
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4545
they do not break the local dev experience.
4646
-->
47-
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23471.2</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.8.0-3.23471.2</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23471.2</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23471.11</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.8.0-3.23471.11</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23471.11</MicrosoftNetCompilersToolsetVersion>
5050
</PropertyGroup>
5151
<!--
5252
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)