Skip to content

Commit 98bf267

Browse files
authored
Revert update dependencies from dotnet/roslyn (#82466)
Reverts version bump component of #81164 This PR caused heavy managed build regressions hitting all PR builds. See #82458 and #76454
1 parent f8dc059 commit 98bf267

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,17 @@
324324
<Uri>https://github.com/dotnet/runtime-assets</Uri>
325325
<Sha>3a8fb28f12af0c2c0b9eace35afafd689437c39e</Sha>
326326
</Dependency>
327-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23120.1">
327+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23073.4">
328328
<Uri>https://github.com/dotnet/roslyn</Uri>
329-
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
329+
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
330330
</Dependency>
331-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-2.23120.1">
331+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23073.4">
332332
<Uri>https://github.com/dotnet/roslyn</Uri>
333-
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
333+
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
334334
</Dependency>
335-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-2.23120.1">
335+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23073.4">
336336
<Uri>https://github.com/dotnet/roslyn</Uri>
337-
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
337+
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
338338
</Dependency>
339339
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23117.2">
340340
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

eng/Versions.props

+3-3
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.6.0-2.23120.1</MicrosoftCodeAnalysisCSharpVersion>
44-
<MicrosoftCodeAnalysisVersion>4.6.0-2.23120.1</MicrosoftCodeAnalysisVersion>
45-
<MicrosoftNetCompilersToolsetVersion>4.6.0-2.23120.1</MicrosoftNetCompilersToolsetVersion>
43+
<MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.23073.4</MicrosoftCodeAnalysisCSharpVersion>
44+
<MicrosoftCodeAnalysisVersion>4.6.0-1.23073.4</MicrosoftCodeAnalysisVersion>
45+
<MicrosoftNetCompilersToolsetVersion>4.6.0-1.23073.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)