Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/msbuild (dotnet#34901)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Aug 25, 2023
2 parents 285888b + 0e1e898 commit cd5265f
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 @@ -48,18 +48,18 @@
<Sha>abfa03c97f4175d4d209435cd0e71f558e36c3fd</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23423-01">
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23424-02">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>708a8d62057df145da46cbc5a7bc8342c55e9c56</Sha>
<Sha>13deecf6f922b63c5ec0216a464c6838b499bb73</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.8.0-preview-23423-01">
<Dependency Name="Microsoft.Build.Localization" Version="17.8.0-preview-23424-02">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>708a8d62057df145da46cbc5a7bc8342c55e9c56</Sha>
<Sha>13deecf6f922b63c5ec0216a464c6838b499bb73</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.0-preview-23423-01">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.8.0-preview-23424-02">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>708a8d62057df145da46cbc5a7bc8342c55e9c56</Sha>
<Sha>13deecf6f922b63c5ec0216a464c6838b499bb73</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.0-beta.23421.4">
<Uri>https://github.com/dotnet/fsharp</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/Microsoft/msbuild -->
<MicrosoftBuildPackageVersion>17.8.0-preview-23423-01</MicrosoftBuildPackageVersion>
<MicrosoftBuildPackageVersion>17.8.0-preview-23424-02</MicrosoftBuildPackageVersion>
<!-- Some tasks and the resolver will need to run in an MSBuild that is older than the very latest,
so target one that matches the version in minimumMSBuildVersion.
This avoids the need to juggle references to packages that have been updated in newer MSBuild. -->
<MicrosoftBuildPackageVersion Condition="exists('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion') and '$(DotNetBuildFromSource)' != 'true'">$([System.IO.File]::ReadAllText('$(RepoRoot)\src\Layout\redist\minimumMSBuildVersion').Trim())</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.8.0-preview-23423-01</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildLocalizationPackageVersion>17.8.0-preview-23424-02</MicrosoftBuildLocalizationPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftBuildTasksCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildTasksCoreVersion>$(MicrosoftBuildTasksCorePackageVersion)</MicrosoftBuildTasksCoreVersion>
Expand Down

0 comments on commit cd5265f

Please sign in to comment.