Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#44635)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni authored Nov 6, 2024
2 parents 3fe75ca + 867fd6c commit 04c24ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
<Sha>0b30e0253a0d7c47a99cecd51b0d5ff5c83ad1df</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24555-01">
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24556-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a6b18fc5e32583dcbaa0e3c44258a5762a9af4f1</Sha>
<Sha>1723af95bb1140d7e24b9e39a09fc379bb672b7a</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24555-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24556-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a6b18fc5e32583dcbaa0e3c44258a5762a9af4f1</Sha>
<Sha>1723af95bb1140d7e24b9e39a09fc379bb672b7a</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24555-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24556-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>a6b18fc5e32583dcbaa0e3c44258a5762a9af4f1</Sha>
<Sha>1723af95bb1140d7e24b9e39a09fc379bb672b7a</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.200-beta.24555.1">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.
Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
<MicrosoftBuildVersion>17.13.0-preview-24555-01</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24555-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.13.0-preview-24556-01</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24556-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand Down

0 comments on commit 04c24ed

Please sign in to comment.