Skip to content

Commit c6e7ebd

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20231018.7 (#93700)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23518.2 -> To Version 4.8.0-3.23518.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent fbd28cb commit c6e7ebd

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.23518.2">
361+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23518.7">
362362
<Uri>https://github.com/dotnet/roslyn</Uri>
363-
<Sha>9862861f63e972615f315ddbfa368f9ee84f1189</Sha>
363+
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
364364
</Dependency>
365-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23518.2">
365+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23518.7">
366366
<Uri>https://github.com/dotnet/roslyn</Uri>
367-
<Sha>9862861f63e972615f315ddbfa368f9ee84f1189</Sha>
367+
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
368368
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
369369
</Dependency>
370-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23518.2">
370+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23518.7">
371371
<Uri>https://github.com/dotnet/roslyn</Uri>
372-
<Sha>9862861f63e972615f315ddbfa368f9ee84f1189</Sha>
372+
<Sha>12b11685a551e0a6a203dcecb584f610f4df1157</Sha>
373373
</Dependency>
374374
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23516.2">
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.23518.2</MicrosoftCodeAnalysisCSharpVersion>
48-
<MicrosoftCodeAnalysisVersion>4.8.0-3.23518.2</MicrosoftCodeAnalysisVersion>
49-
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23518.2</MicrosoftNetCompilersToolsetVersion>
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>
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)