Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
32 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
9d94b39
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 18, 2025
6075685
align system versions with msbuild (towards 9.0.9)
T-Gro Nov 18, 2025
7a57a7c
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 19, 2025
2449a0c
simplify deps
T-Gro Nov 19, 2025
b39b279
Merge branch 'darc-main-d37c64d2-254e-47a7-9911-2f2279030766' of http…
T-Gro Nov 19, 2025
59aaaa5
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 20, 2025
c95b2ed
Merge branch 'main' into darc-main-d37c64d2-254e-47a7-9911-2f2279030766
T-Gro Nov 20, 2025
cec8b45
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 21, 2025
1095a2f
Update global.json
T-Gro Nov 21, 2025
d1b35f3
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 22, 2025
6feb228
Fix net472 ass resolve recursion (ours clashing with test frameworks)
T-Gro Nov 24, 2025
c213af9
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 25, 2025
5ddcad9
sln updates
T-Gro Nov 25, 2025
c1c30d9
Merge branch 'darc-main-d37c64d2-254e-47a7-9911-2f2279030766' of http…
T-Gro Nov 25, 2025
288da9e
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 26, 2025
5e03366
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 27, 2025
b5c972a
Update dependencies from https://github.com/dotnet/msbuild build 2025…
dotnet-maestro[bot] Nov 28, 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
20 changes: 10 additions & 10 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ 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-25568-05</MicrosoftBuildPackageVersion>
<MicrosoftBuildFrameworkPackageVersion>18.1.0-preview-25568-05</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildTasksCorePackageVersion>18.1.0-preview-25568-05</MicrosoftBuildTasksCorePackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>18.1.0-preview-25568-05</MicrosoftBuildUtilitiesCorePackageVersion>
<!-- dotnet/runtime dependencies -->
<SystemCollectionsImmutablePackageVersion>9.0.0</SystemCollectionsImmutablePackageVersion>
<SystemComponentModelCompositionPackageVersion>9.0.0</SystemComponentModelCompositionPackageVersion>
<SystemCompositionPackageVersion>9.0.0</SystemCompositionPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>9.0.0</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemReflectionMetadataPackageVersion>9.0.0</SystemReflectionMetadataPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>9.0.0</SystemThreadingTasksDataflowPackageVersion>
<SystemCollectionsImmutablePackageVersion>9.0.9</SystemCollectionsImmutablePackageVersion>
<SystemComponentModelCompositionPackageVersion>9.0.9</SystemComponentModelCompositionPackageVersion>
<SystemCompositionPackageVersion>9.0.9</SystemCompositionPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>9.0.9</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemReflectionMetadataPackageVersion>9.0.9</SystemReflectionMetadataPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>9.0.9</SystemThreadingTasksDataflowPackageVersion>
<!-- dotnet/roslyn dependencies -->
<MicrosoftCodeAnalysisPackageVersion>5.0.0-2.25480.7</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCompilersPackageVersion>5.0.0-2.25480.7</MicrosoftCodeAnalysisCompilersPackageVersion>
Expand Down
34 changes: 14 additions & 20 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,39 @@
<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-25568-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>5bc421c25a4a5375389d63811876ec1bf5ac226b</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Framework" Version="18.1.0-preview-25515-01">
<Dependency Name="Microsoft.Build.Framework" Version="18.1.0-preview-25568-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>5bc421c25a4a5375389d63811876ec1bf5ac226b</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-25568-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>5bc421c25a4a5375389d63811876ec1bf5ac226b</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-25568-05">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>5e273ccd45ba73d9db9b34fceaf9a110412e64e8</Sha>
<Sha>5bc421c25a4a5375389d63811876ec1bf5ac226b</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
<Dependency Name="System.Reflection.Metadata" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.Composition" Version="9.0.0">
<Dependency Name="System.ComponentModel.Composition" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.Composition" Version="9.0.0">
<Dependency Name="System.Composition" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="9.0.0">
<Dependency Name="System.Collections.Immutable" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.0">
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.0">
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>9d5a6a9aa463d6d10b0b0ba6d5982cc82f363dc3</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-2.25480.7">
<Uri>https://github.com/dotnet/roslyn</Uri>
Expand Down
Loading