Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/msbuild (#46585)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Feb 7, 2025
2 parents 699859b + 01c0702 commit 42a663e
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 @@ -101,18 +101,18 @@
<Sha>dd097e361bffff02e11fceab854f6156027acee9</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25103-04">
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25105-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>66061962dffd4250199894b385d0ad441a9b32d6</Sha>
<Sha>90c5d64f0280e31077a0f395bd328d4a06fb1f36</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25103-04">
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25105-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>66061962dffd4250199894b385d0ad441a9b32d6</Sha>
<Sha>90c5d64f0280e31077a0f395bd328d4a06fb1f36</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25103-04">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25105-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>66061962dffd4250199894b385d0ad441a9b32d6</Sha>
<Sha>90c5d64f0280e31077a0f395bd328d4a06fb1f36</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.300-beta.25079.4">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,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.14.0-preview-25103-04</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25103-04</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.14.0-preview-25105-03</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25105-03</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand Down

0 comments on commit 42a663e

Please sign in to comment.