Skip to content

Commit dd683c8

Browse files
[release/8.0] Update dependencies from dotnet/roslyn (#93915)
* Update dependencies from https://github.com/dotnet/roslyn build 20231024.2 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.2 * Update dependencies from https://github.com/dotnet/roslyn build 20231024.10 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.10 * Update dependencies from https://github.com/dotnet/roslyn build 20231024.11 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-3.23524.11 * Update dependencies from https://github.com/dotnet/roslyn build 20231102.5 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23552.5 * Update dependencies from https://github.com/dotnet/roslyn build 20231103.3 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23553.3 * Update dependencies from https://github.com/dotnet/roslyn build 20231108.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.7 -> To Version 4.8.0-7.23558.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 6c6c111 commit dd683c8

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
@@ -362,18 +362,18 @@
362362
<Uri>https://github.com/dotnet/runtime-assets</Uri>
363363
<Sha>59430f9a34c6fba965d1941a7eb5df08ed24cc2d</Sha>
364364
</Dependency>
365-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23518.7">
365+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.23558.1">
366366
<Uri>https://github.com/dotnet/roslyn</Uri>
367-
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
367+
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
368368
</Dependency>
369-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23518.7">
369+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-7.23558.1">
370370
<Uri>https://github.com/dotnet/roslyn</Uri>
371-
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
371+
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
372372
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
373373
</Dependency>
374-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23518.7">
374+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-7.23558.1">
375375
<Uri>https://github.com/dotnet/roslyn</Uri>
376-
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
376+
<Sha>e091728607ca0fc9efca55ccfb3e59259c6b5a0a</Sha>
377377
</Dependency>
378378
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23525.2">
379379
<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.23518.7</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.8.0-3.23518.7</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23518.7</MicrosoftNetCompilersToolsetVersion>
47+
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-7.23558.1</MicrosoftCodeAnalysisCSharpVersion>
48+
<MicrosoftCodeAnalysisVersion>4.8.0-7.23558.1</MicrosoftCodeAnalysisVersion>
49+
<MicrosoftNetCompilersToolsetVersion>4.8.0-7.23558.1</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)