Skip to content

Commit

Permalink
[release/10.0.1xx-preview2] Update dependencies from dotnet/msbuild (#…
Browse files Browse the repository at this point in the history
…47062)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Feb 25, 2025
1 parent 89fa9b5 commit ce0a5f6
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>e7f5a77e3351fca1c921a9bbe15ec1d4cd8234a7</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25121-11">
<Dependency Name="Microsoft.Build" Version="17.14.0-preview-25124-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>0e24e98eacd295aea0f1e9f3788c56ab7ed2ff7c</Sha>
<Sha>63aefc3dc0984823dee39864b6d825681fd33801</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25121-11">
<Dependency Name="Microsoft.Build.Localization" Version="17.14.0-preview-25124-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>0e24e98eacd295aea0f1e9f3788c56ab7ed2ff7c</Sha>
<Sha>63aefc3dc0984823dee39864b6d825681fd33801</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25121-11">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.14.0-preview-25124-03">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>0e24e98eacd295aea0f1e9f3788c56ab7ed2ff7c</Sha>
<Sha>63aefc3dc0984823dee39864b6d825681fd33801</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="13.9.300-beta.25118.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,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-25121-11</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25121-11</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.14.0-preview-25124-03</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.14.0-preview-25124-03</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.4</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.13</MinimumVSVersion>
</PropertyGroup>
Expand Down

0 comments on commit ce0a5f6

Please sign in to comment.