Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/msbuild (#41470)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 7, 2024
1 parent 35bf263 commit 53f81c9
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>fae2c9534679912d43304de91e622f63e7110919</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24304-04">
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24306-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9bea8026aad964cb36f3ec9d93bd95a941487690</Sha>
<Sha>b8e5cce93e2e664eaf470c0fed9f5b84b8591e1e</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.11.0-preview-24304-04">
<Dependency Name="Microsoft.Build.Localization" Version="17.11.0-preview-24306-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9bea8026aad964cb36f3ec9d93bd95a941487690</Sha>
<Sha>b8e5cce93e2e664eaf470c0fed9f5b84b8591e1e</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.0-preview-24304-04">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.11.0-preview-24306-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9bea8026aad964cb36f3ec9d93bd95a941487690</Sha>
<Sha>b8e5cce93e2e664eaf470c0fed9f5b84b8591e1e</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.8.400-beta.24305.3">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
then use that in Directory.Packages.props.
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.11.0-preview-24304-04</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.11.0-preview-24304-04</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.11.0-preview-24306-01</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.11.0-preview-24306-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 53f81c9

Please sign in to comment.