Skip to content
Merged
20 changes: 10 additions & 10 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.5">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>f2c3fed62861b918dfe300f01b497551813a56df</Sha>
<Sha>2249c9a81ec9b6cd86791c21e6e69fbc07099788</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.10.0-1.24069.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>2fe96bca1092f880e91eea6eb17ea3487d89309a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.9.0-3.24054.13">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.10.0-1.24069.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>2fe96bca1092f880e91eea6eb17ea3487d89309a</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.10.0-1.24069.13">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>28e49407a6e4744819bd471707259b99964e441c</Sha>
<Sha>2fe96bca1092f880e91eea6eb17ea3487d89309a</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24052.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
Expand All @@ -382,9 +382,9 @@
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>8a92037d28baf58560622cb4685ecefdc828c2c8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-alpha.1.23551.3">
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="9.0.100-alpha.1.24072.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c518bc5c80dbf7d9944e9489237938f57fe145fd</Sha>
<Sha>de4f12b8ab6692b01776d362f4fa609fd3f1154a</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.24056.4">
Expand Down
8 changes: 4 additions & 4 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.10.0-1.24069.13</MicrosoftCodeAnalysisCSharpVersion>
<MicrosoftCodeAnalysisVersion>4.10.0-1.24069.13</MicrosoftCodeAnalysisVersion>
<MicrosoftNetCompilersToolsetVersion>4.10.0-1.24069.13</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 Expand Up @@ -80,7 +80,7 @@
<PropertyGroup>
<StaticCsVersion>0.2.0</StaticCsVersion>
<!-- SDK dependencies -->
<MicrosoftDotNetApiCompatTaskVersion>9.0.100-alpha.1.23551.3</MicrosoftDotNetApiCompatTaskVersion>
<MicrosoftDotNetApiCompatTaskVersion>9.0.100-alpha.1.24072.3</MicrosoftDotNetApiCompatTaskVersion>
<!-- Arcade dependencies -->
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.23607.2</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>9.0.0-beta.23607.2</MicrosoftDotNetCodeAnalysisVersion>
Expand Down