Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
bd09f31
Mark dotnet-sourcelink as non-shipping (#1568)
ViktorHofer Jan 13, 2026
54b8982
Backflow from https://github.com/dotnet/dotnet / 976695d build 297004
dotnet-maestro[bot] Jan 14, 2026
74472a4
Update dependencies
dotnet-maestro[bot] Jan 14, 2026
095d968
Update dependencies
dotnet-maestro[bot] Jan 15, 2026
3db2630
Update dependencies
dotnet-maestro[bot] Jan 16, 2026
6b08a29
Update dependencies
dotnet-maestro[bot] Jan 19, 2026
161daf5
Update dependencies
dotnet-maestro[bot] Jan 21, 2026
67a6772
Merge branch 'release/10.0.2xx' into darc-release/10.0.2xx-358e8cc3-e…
phil-allen-msft Feb 6, 2026
f94ff54
Merge pull request #1571 from dotnet/darc-release/10.0.2xx-358e8cc3-e…
phil-allen-msft Feb 6, 2026
2752a5e
Merge pull request #1569 from dotnet/darc-release/10.0.1xx-c9713ec7-1…
phil-allen-msft Feb 6, 2026
c9f976d
Reset files to release/10.0.2xx
github-actions[bot] Feb 6, 2026
5bcb769
Merge branch 'release/10.0.2xx' into merge/release/10.0.1xx-to-releas…
ViktorHofer Feb 9, 2026
d0aa659
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.2xx' (#1…
ViktorHofer Feb 9, 2026
b07f513
[release/10.0.2xx] Source code updates from dotnet/dotnet (#1580)
dotnet-maestro[bot] Feb 9, 2026
4d03c5e
Update dependencies from build 301019
dotnet-maestro[bot] Feb 10, 2026
987af88
Update dependencies from build 301163
dotnet-maestro[bot] Feb 11, 2026
ad0ea06
Merge pull request #1585 from dotnet/darc-release/10.0.2xx-76e7d64b-8…
phil-allen-msft Feb 12, 2026
4218267
Reset files to release/10.0.3xx
github-actions[bot] Feb 12, 2026
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
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.26070.107</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26103.116</MicrosoftDotNetArcadeSdkPackageVersion>
<SystemCommandLinePackageVersion>2.0.0</SystemCommandLinePackageVersion>
<SystemIOHashingPackageVersion>10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="9895d6005a3b62462f1ff23dd6c528f63c720774" BarId="298051" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="9477b510bb25fc69515d2ab188af3b72799929ac" BarId="300237" />
<ProductDependencies>
<Dependency Name="System.CommandLine" Version="2.0.0">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand All @@ -12,9 +12,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26070.107">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26103.116">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>9895d6005a3b62462f1ff23dd6c528f63c720774</Sha>
<Sha>9477b510bb25fc69515d2ab188af3b72799929ac</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.101",
"version": "10.0.102",
"allowPrerelease": true,
"rollForward": "latestFeature",
"paths": [
Expand All @@ -10,10 +10,10 @@
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
},
"tools": {
"dotnet": "10.0.101"
"dotnet": "10.0.102"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26070.107",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26103.116",
"Microsoft.Build.NoTargets": "3.7.0"
}
}