Skip to content

Commit 9dec14a

Browse files
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1700)
* Backflow from https://github.com/dotnet/dotnet / d045531 build 315959 Diff: https://github.com/dotnet/dotnet/compare/d0455315ecb2553e5df2879aaa0b99cc5d573d8f..d0455315ecb2553e5df2879aaa0b99cc5d573d8f From: dotnet/dotnet@d045531 To: dotnet/dotnet@d045531 [[ commit created by automation ]] * Update dependencies from build 315959 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26274.103 -> 10.0.0-beta.26276.118) System.CommandLine (Version 2.0.9 -> 2.0.10) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 491a001 commit 9dec14a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-dotnet -->
7-
<add key="darc-pub-dotnet-dotnet-55a4d49" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-55a4d49b/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-d045531" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-d0455315/nuget/v3/index.json" />
88
<!-- End: Package sources from dotnet-dotnet -->
99
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1010
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />

eng/Version.Details.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26274.103</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>2.0.9</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26276.118</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>2.0.10</SystemCommandLinePackageVersion>
1111
</PropertyGroup>
1212
<!--Property group for alternate package version names-->
1313
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 5 additions & 5 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="sourcelink" Sha="55a4d49b172c5e4bbd64de30e282287f72c9bdd6" BarId="315678" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="d0455315ecb2553e5df2879aaa0b99cc5d573d8f" BarId="315959" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.9">
5+
<Dependency Name="System.CommandLine" Version="2.0.10">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
7+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26274.103">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26276.118">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>55a4d49b172c5e4bbd64de30e282287f72c9bdd6</Sha>
13+
<Sha>d0455315ecb2553e5df2879aaa0b99cc5d573d8f</Sha>
1414
</Dependency>
1515
</ToolsetDependencies>
1616
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="Version.Details.props" />
44

55
<PropertyGroup>
6-
<VersionPrefix>10.0.109</VersionPrefix>
6+
<VersionPrefix>10.0.110</VersionPrefix>
77
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration></PreReleaseVersionIteration>
99
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dotnet": "10.0.108"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26274.103",
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.118",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)