Skip to content
Merged
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,18 +358,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>99168dcff56809205e7ef8530d1256f3a07fab1f</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-2.23423.10">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-2.23424.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>d83f0cc401672efe5afd5e9db4be43e9e06c5935</Sha>
<Sha>d7e010bbe5b1d37837417fc5e79ecb2fd9b7b487</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-2.23423.10">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-2.23424.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>d83f0cc401672efe5afd5e9db4be43e9e06c5935</Sha>
<Sha>d7e010bbe5b1d37837417fc5e79ecb2fd9b7b487</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-2.23423.10">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-2.23424.9">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>d83f0cc401672efe5afd5e9db4be43e9e06c5935</Sha>
<Sha>d7e010bbe5b1d37837417fc5e79ecb2fd9b7b487</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.23423.2">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,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.8.0-2.23423.10</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-2.23423.10</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-2.23423.10</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.8.0-2.23424.9</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.8.0-2.23424.9</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.8.0-2.23424.9</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