Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/msbuild (#44449)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/msbuild
  • Loading branch information
dotnet-maestro[bot] authored Oct 25, 2024
1 parent 373e4fd commit 88ef730
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 @@ -73,18 +73,18 @@
<Sha>e0a38f7136d6ddc035b3d0d81d8a61fd903c06fd</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24524-23">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e53aafa70bbd38820026b77ea38ad7e1ecc2429c</Sha>
<Sha>ad8cb5d6dc7e850d362caf1566849f27b9850484</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24524-23">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e53aafa70bbd38820026b77ea38ad7e1ecc2429c</Sha>
<Sha>ad8cb5d6dc7e850d362caf1566849f27b9850484</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24523-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24524-23">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e53aafa70bbd38820026b77ea38ad7e1ecc2429c</Sha>
<Sha>ad8cb5d6dc7e850d362caf1566849f27b9850484</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24522.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
then use that in Directory.Packages.props.
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.13.0-preview-24523-01</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24523-01</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.13.0-preview-24524-23</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24524-23</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="Exists('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildSourceOnly)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildMinimumVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 88ef730

Please sign in to comment.