Skip to content

Commit e126ca3

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20230601.9 (#87056)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.7.0-2.23280.4 -> To Version 4.7.0-2.23301.9 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 71660b6 commit e126ca3

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
@@ -343,18 +343,18 @@
343343
<Uri>https://github.com/dotnet/runtime-assets</Uri>
344344
<Sha>32bcf870359408a0cd6f325b558d744f5bf56c93</Sha>
345345
</Dependency>
346-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23280.4">
346+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23301.9">
347347
<Uri>https://github.com/dotnet/roslyn</Uri>
348-
<Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
348+
<Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
349349
</Dependency>
350-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23280.4">
350+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23301.9">
351351
<Uri>https://github.com/dotnet/roslyn</Uri>
352-
<Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
352+
<Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
353353
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
354354
</Dependency>
355-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23280.4">
355+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23301.9">
356356
<Uri>https://github.com/dotnet/roslyn</Uri>
357-
<Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
357+
<Sha>fb8455f2f9046b821b826aab81bf8faa00711065</Sha>
358358
</Dependency>
359359
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23275.7">
360360
<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
@@ -40,9 +40,9 @@
4040
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
4141
they do not break the local dev experience.
4242
-->
43-
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-2.23280.4</MicrosoftCodeAnalysisCSharpVersion>
44-
<MicrosoftCodeAnalysisVersion>4.7.0-2.23280.4</MicrosoftCodeAnalysisVersion>
45-
<MicrosoftNetCompilersToolsetVersion>4.7.0-2.23280.4</MicrosoftNetCompilersToolsetVersion>
43+
<MicrosoftCodeAnalysisCSharpVersion>4.7.0-2.23301.9</MicrosoftCodeAnalysisCSharpVersion>
44+
<MicrosoftCodeAnalysisVersion>4.7.0-2.23301.9</MicrosoftCodeAnalysisVersion>
45+
<MicrosoftNetCompilersToolsetVersion>4.7.0-2.23301.9</MicrosoftNetCompilersToolsetVersion>
4646
</PropertyGroup>
4747
<!--
4848
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)