Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit Hold shift + click to select a range
7d1ba8f
Update dependencies from https://github.com/dotnet/dotnet build 291507
dotnet-maestro[bot] Nov 20, 2025
154ef76
Backflow from https://github.com/dotnet/dotnet / 18f6e60 build 291651
dotnet-maestro[bot] Nov 21, 2025
203bf0a
Update dependencies from https://github.com/dotnet/dotnet build 291651
dotnet-maestro[bot] Nov 21, 2025
404fd67
Update dependencies from https://github.com/dotnet/dotnet build 292085
dotnet-maestro[bot] Nov 25, 2025
4c8702c
Update dependencies from https://github.com/dotnet/dotnet build 292370
dotnet-maestro[bot] Nov 26, 2025
b807ecc
Update dependencies from https://github.com/dotnet/dotnet build 292473
dotnet-maestro[bot] Nov 27, 2025
cbe1370
Update dependencies from https://github.com/dotnet/dotnet build 292549
dotnet-maestro[bot] Nov 28, 2025
424d87e
Update dependencies from https://github.com/dotnet/dotnet build 292661
dotnet-maestro[bot] Nov 29, 2025
d2996b4
Update dependencies from https://github.com/dotnet/dotnet build 292766
dotnet-maestro[bot] Dec 2, 2025
c80334b
Update dependencies from https://github.com/dotnet/dotnet build 292938
dotnet-maestro[bot] Dec 3, 2025
b528669
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-1b6a5136-7…
DonnaChen888 Dec 4, 2025
9aef930
Update dependencies from https://github.com/dotnet/dotnet build 293194
dotnet-maestro[bot] Dec 4, 2025
6689a19
Changing the target framework version to NetToolCurrent
DonnaChen888 Dec 4, 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
Prev Previous commit
Next Next commit
Update dependencies from https://github.com/dotnet/dotnet build 292085
Updated Dependencies:
Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25570.103 -> 10.0.0-beta.25574.102)
System.CommandLine (Version 2.0.2 -> 2.0.2)
  • Loading branch information
dotnet-maestro[bot] committed Nov 25, 2025
commit 404fd67e44df6a38f50123f002434a7abba4a520
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-dotnet -->
<add key="darc-pub-dotnet-dotnet-18f6e60" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-18f6e60a/nuget/v3/index.json" />
<add key="darc-pub-dotnet-dotnet-1483376" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-1483376c/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-dotnet -->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
Expand Down
2 changes: 1 addition & 1 deletion eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
<Project>
<PropertyGroup>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25570.103</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25574.102</MicrosoftDotNetArcadeSdkPackageVersion>
<SystemCommandLinePackageVersion>2.0.2</SystemCommandLinePackageVersion>
<!-- _git/dotnet-runtime dependencies -->
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.3</MicrosoftBclAsyncInterfacesPackageVersion>
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="18f6e60aa4755c2be56b2d45165a135d64d4f710" BarId="291651" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="1483376c1a0ffb1e5f197266578dbce1e4098783" BarId="292085" />
<ProductDependencies>
<Dependency Name="System.CommandLine" Version="2.0.2">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>18f6e60aa4755c2be56b2d45165a135d64d4f710</Sha>
<Sha>1483376c1a0ffb1e5f197266578dbce1e4098783</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25570.103">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25574.102">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>18f6e60aa4755c2be56b2d45165a135d64d4f710</Sha>
<Sha>1483376c1a0ffb1e5f197266578dbce1e4098783</Sha>
</Dependency>
<!-- Dependencies required for source build. We'll still update manually -->
<Dependency Name="System.Formats.Asn1" Version="9.0.3">
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dotnet": "10.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25570.103"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25574.102"
}
}
Loading