Skip to content
Merged
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
<Sha>c14a1d2af9d67eec272ff7d7f3c5bb6b114798fe</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24059.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.24072.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>f2c3fed62861b918dfe300f01b497551813a56df</Sha>
<Sha>1b84747a1591e9199e18163ffee9c49f2f5234d1</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="9.0.0-alpha.1.24066.1">
Expand Down Expand Up @@ -361,18 +361,18 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>31e7ca5b1ba4328eb97b1b405a4a3719c1e2783f</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.24069.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>fc2087d740a961e76f1b8edbff22a2fbb8fc0f7a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24069.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>fc2087d740a961e76f1b8edbff22a2fbb8fc0f7a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.9.0-3.24069.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>fc2087d740a961e76f1b8edbff22a2fbb8fc0f7a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24052.1">
<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 @@ -39,9 +39,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.9.0-3.24054.13</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24054.13</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24054.13</MicrosoftNetCompilersToolsetVersion>
<MicrosoftCodeAnalysisCSharpVersion>4.9.0-3.24069.10</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.9.0-3.24069.10</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.9.0-3.24069.10</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