Skip to content

Commit a28e345

Browse files
[release/10.0.4xx] Source code updates from dotnet/dotnet (#10334)
> [!NOTE] > This is a codeflow update. It may contain both source code changes from > [the VMR](https://github.com/dotnet/dotnet) > as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:53f926d5-114f-4300-b3eb-624c3952b12f) ## From https://github.com/dotnet/dotnet - **Subscription**: [53f926d5-114f-4300-b3eb-624c3952b12f](https://maestro.dot.net/subscriptions?search=53f926d5-114f-4300-b3eb-624c3952b12f) - **Build**: [20260622.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=3005481) ([319674](https://maestro.dot.net/channel/10307/github:dotnet:dotnet/build/319674)) - **Date Produced**: June 22, 2026 2:20:53 PM UTC - **Commit**: [0cf89a94a121c7e768174ad0ed0cdb8ad3bbf8e7](dotnet/dotnet@0cf89a9) - **Commit Diff**: [9ae5b4b...0cf89a9](dotnet/dotnet@9ae5b4b...0cf89a9) - **Branch**: [release/10.0.4xx](https://github.com/dotnet/dotnet/tree/release/10.0.4xx) **Updated Dependencies** - From [10.0.0-beta.26319.102 to 10.0.0-beta.26322.102](dotnet/dotnet@9ae5b4b...0cf89a9) - Microsoft.DotNet.Arcade.Sdk [marker]: <> (End:53f926d5-114f-4300-b3eb-624c3952b12f) [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/msbuild@ccfd927...e775a97 <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:0cf89a94a121c7e768174ad0ed0cdb8ad3bbf8e7..https://github.com/dotnet/templating:darc-release/10.0.4xx-a5fe1f3c-2904-422d-8ef3-080801cc4226 ``` </details> [marker]: <> (End:Footer:CodeFlow PR) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1fbeed7 commit a28e345

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This file should be imported by eng/Versions.props
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
99
<MicrosoftBclAsyncInterfacesPackageVersion>10.0.9</MicrosoftBclAsyncInterfacesPackageVersion>
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26319.102</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26322.102</MicrosoftDotNetArcadeSdkPackageVersion>
1111
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>10.0.9</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
1212
<MicrosoftExtensionsLoggingPackageVersion>10.0.9</MicrosoftExtensionsLoggingPackageVersion>
1313
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>10.0.9</MicrosoftExtensionsLoggingAbstractionsPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="9ae5b4b15619dd34a8086b2d511937505683a8c7" BarId="319494" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="0cf89a94a121c7e768174ad0ed0cdb8ad3bbf8e7" BarId="319674" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.9">
66
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>
77
<Sha>901ca941248413c79832d2fdbd709da0c4386353</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26319.102">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26322.102">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>9ae5b4b15619dd34a8086b2d511937505683a8c7</Sha>
13+
<Sha>0cf89a94a121c7e768174ad0ed0cdb8ad3bbf8e7</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.9">

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "10.0.301"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26319.102"
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26322.102"
1717
}
1818
}

0 commit comments

Comments
 (0)