Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/msbuild (#44297)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Oct 21, 2024
2 parents d7329cd + 81afd62 commit 1c88a97
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>4ea46baeaf74d5a99cb93593362b6d8263b10550</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 @@ -219,8 +219,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 1c88a97

Please sign in to comment.