Skip to content

Commit

Permalink
[release/9.0.2xx] Update dependencies from dotnet/msbuild (#44296)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Oct 21, 2024
2 parents 6173f10 + 1689123 commit 8a2710d
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>08499c128ade77a490b735a268f6539f6c7ea0ff</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24517-05">
<Dependency Name="Microsoft.Build" Version="17.13.0-preview-24519-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b8f46eb171f3b1c7e3bddb8afaff9fbb0ba59e9d</Sha>
<Sha>ea75a75ce71e4e50aea4bb20f7658384fec6b8c5</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24517-05">
<Dependency Name="Microsoft.Build.Localization" Version="17.13.0-preview-24519-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b8f46eb171f3b1c7e3bddb8afaff9fbb0ba59e9d</Sha>
<Sha>ea75a75ce71e4e50aea4bb20f7658384fec6b8c5</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24517-05">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.13.0-preview-24519-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>b8f46eb171f3b1c7e3bddb8afaff9fbb0ba59e9d</Sha>
<Sha>ea75a75ce71e4e50aea4bb20f7658384fec6b8c5</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24510.7">
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 @@
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-24517-05</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24517-05</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.13.0-preview-24519-01</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.13.0-preview-24519-01</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 8a2710d

Please sign in to comment.