Skip to content

Commit 7febca6

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20230530.4 (#86954)
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.7.0-1.23269.2 -> To Version 4.7.0-2.23280.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent c612f89 commit 7febca6

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>886b608e3f566153c047ba0fd31357404365ae4c</Sha>
345345
</Dependency>
346-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23269.2">
346+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-2.23280.4">
347347
<Uri>https://github.com/dotnet/roslyn</Uri>
348-
<Sha>0cb0d5796b336c6a746e6d14c129f2e2b44f4f5e</Sha>
348+
<Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
349349
</Dependency>
350-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23269.2">
350+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-2.23280.4">
351351
<Uri>https://github.com/dotnet/roslyn</Uri>
352-
<Sha>0cb0d5796b336c6a746e6d14c129f2e2b44f4f5e</Sha>
352+
<Sha>66772aff549b2981094175a6f2f69600596c1913</Sha>
353353
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
354354
</Dependency>
355-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23269.2">
355+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-2.23280.4">
356356
<Uri>https://github.com/dotnet/roslyn</Uri>
357-
<Sha>0cb0d5796b336c6a746e6d14c129f2e2b44f4f5e</Sha>
357+
<Sha>66772aff549b2981094175a6f2f69600596c1913</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-1.23269.2</MicrosoftCodeAnalysisCSharpVersion>
44-
<MicrosoftCodeAnalysisVersion>4.7.0-1.23269.2</MicrosoftCodeAnalysisVersion>
45-
<MicrosoftNetCompilersToolsetVersion>4.7.0-1.23269.2</MicrosoftNetCompilersToolsetVersion>
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>
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)