Skip to content

Commit bae92e9

Browse files
authored
[release/10.0.3xx] Source code updates from dotnet/dotnet (#10053)
> [!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:bbf9aa7e-217b-4275-99d1-5f23eb747967) ## From https://github.com/dotnet/dotnet - **Subscription**: [bbf9aa7e-217b-4275-99d1-5f23eb747967](https://maestro.dot.net/subscriptions?search=bbf9aa7e-217b-4275-99d1-5f23eb747967) - **Build**: [20260325.14](https://dev.azure.com/dnceng/internal/_build/results?buildId=2935767) ([307775](https://maestro.dot.net/channel/9626/github:dotnet:dotnet/build/307775)) - **Date Produced**: March 25, 2026 9:18:24 PM UTC - **Commit**: [57e1a4aefb30d2a330b8dcbb80b2c911b081d738](dotnet/dotnet@57e1a4a) - **Commit Diff**: [c1c994a...57e1a4a](dotnet/dotnet@c1c994a...57e1a4a) - **Branch**: [release/10.0.3xx](https://github.com/dotnet/dotnet/tree/release/10.0.3xx) **Updated Dependencies** - From [10.0.0-beta.26175.107 to 10.0.0-beta.26175.114](dotnet/dotnet@c1c994a...57e1a4a) - Microsoft.DotNet.Arcade.Sdk [marker]: <> (End:bbf9aa7e-217b-4275-99d1-5f23eb747967) [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - NuGet/NuGet.Client@6840069...9b4c24b <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:57e1a4aefb30d2a330b8dcbb80b2c911b081d738..https://github.com/dotnet/templating:darc-release/10.0.3xx-d4dfa58c-cad7-4020-bcac-7e88989aef5e ``` </details> [marker]: <> (End:Footer:CodeFlow PR)
2 parents 897b2b5 + 037df31 commit bae92e9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.5</MicrosoftBclAsyncInterfacesPackageVersion>
10-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26175.107</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26175.114</MicrosoftDotNetArcadeSdkPackageVersion>
1111
<MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>10.0.5</MicrosoftExtensionsDependencyInjectionAbstractionsPackageVersion>
1212
<MicrosoftExtensionsLoggingPackageVersion>10.0.5</MicrosoftExtensionsLoggingPackageVersion>
1313
<MicrosoftExtensionsLoggingAbstractionsPackageVersion>10.0.5</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="c1c994a5ef446dafc1df55fc9994c1be4d2c3d85" BarId="307747" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="templating" Sha="57e1a4aefb30d2a330b8dcbb80b2c911b081d738" BarId="307775" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.5">
66
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>
77
<Sha>a612c2a1056fe3265387ae3ff7c94eba1505caf9</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26175.107">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26175.114">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>c1c994a5ef446dafc1df55fc9994c1be4d2c3d85</Sha>
13+
<Sha>57e1a4aefb30d2a330b8dcbb80b2c911b081d738</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build. We'll still update manually -->
1616
<Dependency Name="System.Formats.Asn1" Version="10.0.5">

global.json

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

0 commit comments

Comments
 (0)