Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
d168bc5
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Oct 22, 2025
e858730
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Oct 24, 2025
3417aba
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Oct 25, 2025
4ab7ed0
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Oct 28, 2025
f4f2529
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Oct 29, 2025
6402b2d
Merge branch 'main' into darc-main-d37c64d2-254e-47a7-9911-2f2279030766
T-Gro Nov 3, 2025
8d20434
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 5, 2025
f1ca843
Bump dependency versions in Version.Details.props
T-Gro Nov 6, 2025
8dcee45
Merge branch 'main' into darc-main-d37c64d2-254e-47a7-9911-2f2279030766
T-Gro Nov 6, 2025
87e7b6f
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 8, 2025
ac21c9e
Merge branch 'main' into darc-main-d37c64d2-254e-47a7-9911-2f2279030766
T-Gro Nov 10, 2025
cfb1626
Merge branch 'main' into darc-main-d37c64d2-254e-47a7-9911-2f2279030766
T-Gro Nov 10, 2025
0ae591f
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 11, 2025
1ed5e97
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 13, 2025
e9aead0
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 14, 2025
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
8 changes: 4 additions & 4 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet/msbuild dependencies -->
<MicrosoftBuildPackageVersion>18.1.0-preview-25515-01</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>18.1.0-preview-25515-01</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildTasksCorePackageVersion>18.1.0-preview-25515-01</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>18.1.0-preview-25515-01</MicrosoftBuildUtilitiesCorePackageVersion>
<MicrosoftBuildPackageVersion>18.1.0-preview-25563-01</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>18.1.0-preview-25563-01</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildTasksCorePackageVersion>18.1.0-preview-25563-01</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>18.1.0-preview-25563-01</MicrosoftBuildUtilitiesCorePackageVersion>
<!-- dotnet/runtime dependencies -->
<SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion>
<SystemComponentModelCompositionPackageVersion>9.0.0</SystemComponentModelCompositionPackageVersion>
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="fsharp" Sha="01abb3ec5c4cbffec5b33e02156bd3d2a8913b04" BarId="286825" />
<ProductDependencies>
<Dependency Name="Microsoft.Build" Version="18.1.0-preview-25515-01">
<Dependency Name="Microsoft.Build" Version="18.1.0-preview-25563-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>699f55fbc6ac3187f17ca5234d3a5ef4e40d8bd4</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Framework" Version="18.1.0-preview-25515-01">
<Dependency Name="Microsoft.Build.Framework" Version="18.1.0-preview-25563-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>699f55fbc6ac3187f17ca5234d3a5ef4e40d8bd4</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.1.0-preview-25515-01">
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.1.0-preview-25563-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>699f55fbc6ac3187f17ca5234d3a5ef4e40d8bd4</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.1.0-preview-25515-01">
<Dependency Name="Microsoft.Build.Utilities.Core" Version="18.1.0-preview-25563-01">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>699f55fbc6ac3187f17ca5234d3a5ef4e40d8bd4</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
Loading