Skip to content

Commit 216dd61

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20231006.7 (#93298)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23509.1 -> To Version 4.9.0-1.23506.7 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1a14851 commit 216dd61

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>b7d8e946c831e79435054f65e49c2eebb74b55c6</Sha>
360360
</Dependency>
361-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-3.23509.1">
361+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-1.23506.7">
362362
<Uri>https://github.com/dotnet/roslyn</Uri>
363-
<Sha>6d59156e24afd4f8c4402cfd525b0cb9c49c9730</Sha>
363+
<Sha>0caa880a161057559d1dcaad890e4053f520136e</Sha>
364364
</Dependency>
365-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-3.23509.1">
365+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-1.23506.7">
366366
<Uri>https://github.com/dotnet/roslyn</Uri>
367-
<Sha>6d59156e24afd4f8c4402cfd525b0cb9c49c9730</Sha>
367+
<Sha>0caa880a161057559d1dcaad890e4053f520136e</Sha>
368368
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
369369
</Dependency>
370-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.23509.1">
370+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-1.23506.7">
371371
<Uri>https://github.com/dotnet/roslyn</Uri>
372-
<Sha>6d59156e24afd4f8c4402cfd525b0cb9c49c9730</Sha>
372+
<Sha>0caa880a161057559d1dcaad890e4053f520136e</Sha>
373373
</Dependency>
374374
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23505.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
@@ -39,9 +39,9 @@
3939
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4040
they do not break the local dev experience.
4141
-->
42-
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-3.23509.1</MicrosoftCodeAnalysisCSharpVersion>
43-
<MicrosoftCodeAnalysisVersion>4.8.0-3.23509.1</MicrosoftCodeAnalysisVersion>
44-
<MicrosoftNetCompilersToolsetVersion>4.8.0-3.23509.1</MicrosoftNetCompilersToolsetVersion>
42+
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-1.23506.7</MicrosoftCodeAnalysisCSharpVersion>
43+
<MicrosoftCodeAnalysisVersion>4.9.0-1.23506.7</MicrosoftCodeAnalysisVersion>
44+
<MicrosoftNetCompilersToolsetVersion>4.9.0-1.23506.7</MicrosoftNetCompilersToolsetVersion>
4545
</PropertyGroup>
4646
<!--
4747
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)