Skip to content

Commit

Permalink
Revert update dependencies from dotnet/roslyn (#82466)
Browse files Browse the repository at this point in the history
Reverts version bump component of #81164

This PR caused heavy managed build regressions hitting all PR builds. See #82458 and #76454
  • Loading branch information
hoyosjs committed Feb 22, 2023
1 parent f8dc059 commit 98bf267
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Expand Up @@ -324,17 +324,17 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>3a8fb28f12af0c2c0b9eace35afafd689437c39e</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-2.23120.1">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-1.23073.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-2.23120.1">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.6.0-1.23073.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-2.23120.1">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.6.0-1.23073.4">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>4190056e0126f206c64439275fbf43a54dd31067</Sha>
<Sha>6acaa7b7c0efea8ea292ca26888c0346fbf8b0c1</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.3.5-beta1.23117.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Expand Up @@ -40,9 +40,9 @@
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
they do not break the local dev experience.
-->
<MicrosoftCodeAnalysisCSharpVersion>4.6.0-2.23120.1</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.6.0-2.23120.1</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.6.0-2.23120.1</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.6.0-1.23073.4</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.6.0-1.23073.4</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.6.0-1.23073.4</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<!--
For source generator support we need to target multiple versions of Roslyn in order to be able to run on older versions of Roslyn.
Expand Down

0 comments on commit 98bf267

Please sign in to comment.