Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
463cf6f
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10329)
dotnet-maestro[bot] Jun 17, 2026
a57c512
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10330)
dotnet-maestro[bot] Jun 18, 2026
c97dc49
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10333)
dotnet-maestro[bot] Jun 22, 2026
9ec015a
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10336)
dotnet-maestro[bot] Jun 26, 2026
a011955
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10338)
dotnet-maestro[bot] Jun 29, 2026
f859858
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10339)
dotnet-maestro[bot] Jun 29, 2026
3a539fa
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10341)
dotnet-maestro[bot] Jun 30, 2026
515a679
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10345)
dotnet-maestro[bot] Jul 1, 2026
a68af54
Update dependencies from build 321165
dotnet-maestro[bot] Jul 3, 2026
8f5ef47
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10346)
nagilson Jul 7, 2026
b6b126c
Update dependencies from build 321661
dotnet-maestro[bot] Jul 8, 2026
4bfcfde
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10357)
marcpopMSFT Jul 9, 2026
e30c2d6
[release/10.0.3xx] Source code updates from dotnet/dotnet (#10363)
dotnet-maestro[bot] Jul 9, 2026
293f579
Update dependencies from build 322216
dotnet-maestro[bot] Jul 10, 2026
fc632e6
Update dependencies from build 322439
dotnet-maestro[bot] Jul 10, 2026
c73382c
Update dependencies from build 322363
dotnet-maestro[bot] Jul 11, 2026
93fa17c
[release/10.0.1xx] Source code updates from dotnet/dotnet (#10366)
marcpopMSFT Jul 13, 2026
5ceb589
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx'
dsplaisted Jul 14, 2026
da797ac
[release/10.0.3xx] Source code updates from dotnet/dotnet (#10368)
marcpopMSFT Jul 14, 2026
8c29674
[automated] Merge branch 'release/10.0.1xx' => 'release/10.0.3xx' (#1…
dsplaisted Jul 16, 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 @@ -7,7 +7,7 @@ This file should be imported by eng/Versions.props
<PropertyGroup>
<!-- dotnet-dotnet dependencies -->
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.7</MicrosoftBclAsyncInterfacesPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26359.101</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26360.107</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>10.0.7</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>10.0.7</MicrosoftExtensionsLoggingPackageVersion>
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>10.0.7</MicrosoftExtensionsLoggingAbstractionsPackageVersion>
Expand Down
6 changes: 3 additions & 3 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="f869e034edb40e3b2c3e774145a6d6d4589ecb1e" BarId="322127" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="463e0cf2f2b2fb9b136f6440341ff1e7b0a93acf" BarId="322439" />
<ProductDependencies>
<Dependency Name="System.CommandLine" Version="2.0.10">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e8558e6339cd4fccd998b5cdecb76eeb6ec75363</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26359.101">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26360.107">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>f869e034edb40e3b2c3e774145a6d6d4589ecb1e</Sha>
<Sha>463e0cf2f2b2fb9b136f6440341ff1e7b0a93acf</Sha>
</Dependency>
<!-- Dependencies required for source build. We'll still update manually -->
<Dependency Name="System.Formats.Asn1" Version="10.0.7">
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.301"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26359.101"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26360.107"
}
}