Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/9.0.1xx-rc1] Update dependencies from dotnet/msbuild #42972

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
12 commits
Select commit Hold shift + click to select a range
c82c8a6
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 23, 2024
bc480f7
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 23, 2024
ab0df36
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 23, 2024
6061fbb
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 23, 2024
27893f3
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 23, 2024
d1e696e
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
e8d2d81
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
cca6703
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
d2ebd4e
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
ebfd434
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
7c8bdc6
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
f95237d
Update dependencies from https://github.com/dotnet/msbuild build 2024…
dotnet-maestro[bot] Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>459c92904b224d125a350a3f3e431fe90152a95e</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.12.0-preview-24422-09">
<Dependency Name="Microsoft.Build" Version="17.12.0-preview-24426-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d17ec720df6ea81145fe462834ba3a68aa19d766</Sha>
<Sha>07a6d0d9cd3515987587b34dd8171c5c7372dcd9</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24422-09">
<Dependency Name="Microsoft.Build.Localization" Version="17.12.0-preview-24426-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d17ec720df6ea81145fe462834ba3a68aa19d766</Sha>
<Sha>07a6d0d9cd3515987587b34dd8171c5c7372dcd9</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24422-09">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.0-preview-24426-07">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d17ec720df6ea81145fe462834ba3a68aa19d766</Sha>
<Sha>07a6d0d9cd3515987587b34dd8171c5c7372dcd9</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.100-beta.24422.2">
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@
then use that in Directory.Packages.props.

At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes. -->
<MicrosoftBuildVersion>17.12.0-preview-24422-09</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24422-09</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.12.0-preview-24426-07</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.0-preview-24426-07</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