diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ad59c8052b5d..30b384f7bf033 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -356,17 +356,17 @@ <Uri>https://github.com/dotnet/runtime-assets</Uri> <Sha>e98370e661a19bdfed31eefb8740ecfad255f9ed</Sha> </Dependency> - <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24473.3"> + <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.12.0-3.24510.2"> <Uri>https://github.com/dotnet/roslyn</Uri> - <Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha> + <Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha> </Dependency> - <Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24473.3"> + <Dependency Name="Microsoft.CodeAnalysis" Version="4.12.0-3.24510.2"> <Uri>https://github.com/dotnet/roslyn</Uri> - <Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha> + <Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha> </Dependency> - <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24473.3"> + <Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.12.0-3.24510.2"> <Uri>https://github.com/dotnet/roslyn</Uri> - <Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha> + <Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha> </Dependency> <Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24454.1"> <Uri>https://github.com/dotnet/roslyn-analyzers</Uri> @@ -377,9 +377,9 @@ <Sha>a7c74cf887abe4a38240bc4ead0b221d9d42434f</Sha> </Dependency> <!-- Intermediate is necessary for source build. --> - <Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24473.3"> + <Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-3.24510.2"> <Uri>https://github.com/dotnet/roslyn</Uri> - <Sha>5ef52ae33a88c3ae0d3a037054cb66ea7eaaf902</Sha> + <Sha>3fd39c8f6c8db918e3184050599c2046997160f1</Sha> <SourceBuild RepoName="roslyn" ManagedOnly="true" /> </Dependency> <Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-rc.2.24466.7"> diff --git a/eng/Versions.props b/eng/Versions.props index abeb48dc5f84e..bb0d852dc7f8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,9 +44,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.12.0-3.24473.3</MicrosoftCodeAnalysisCSharpVersion> - <MicrosoftCodeAnalysisVersion>4.12.0-3.24473.3</MicrosoftCodeAnalysisVersion> - <MicrosoftNetCompilersToolsetVersion>4.12.0-3.24473.3</MicrosoftNetCompilersToolsetVersion> + <MicrosoftCodeAnalysisCSharpVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisCSharpVersion> + <MicrosoftCodeAnalysisVersion>4.12.0-3.24510.2</MicrosoftCodeAnalysisVersion> + <MicrosoftNetCompilersToolsetVersion>4.12.0-3.24510.2</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.