Skip to content

Commit a9436ff

Browse files
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1653)
* Backflow from https://github.com/dotnet/dotnet / d5a73cb build 310763 [[ commit created by automation ]] * Update dependencies from build 310763 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26213.115 -> 10.0.0-beta.26216.111) System.CommandLine (Version 2.0.7 -> 2.0.7) [[ commit created by automation ]] * Backflow from https://github.com/dotnet/dotnet / 71d1809 build 311039 [[ commit created by automation ]] * Update dependencies from build 311039 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26216.111 -> 10.0.0-beta.26217.115) System.CommandLine (Version 2.0.7 -> 2.0.8) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e3cb8eb commit a9436ff

5 files changed

Lines changed: 12 additions & 12 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-5d23756" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-5d23756b/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-71d1809" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-71d1809a/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.26213.115</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>2.0.7</SystemCommandLinePackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26217.115</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>2.0.8</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="5d23756b884483995432a21829fe65466b19e948" BarId="310209" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="71d1809a66d8aacbe21208baeb0bbc484191b3d1" BarId="311039" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="2.0.7">
5+
<Dependency Name="System.CommandLine" Version="2.0.8">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>5d23756b884483995432a21829fe65466b19e948</Sha>
7+
<Sha>71d1809a66d8aacbe21208baeb0bbc484191b3d1</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26213.115">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26217.115">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>5d23756b884483995432a21829fe65466b19e948</Sha>
13+
<Sha>71d1809a66d8aacbe21208baeb0bbc484191b3d1</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.107</VersionPrefix>
6+
<VersionPrefix>10.0.108</VersionPrefix>
77
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration></PreReleaseVersionIteration>
99
<!-- Allowed values: '', 'prerelease', 'release'. Set to 'release' when stabilizing. -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.105",
3+
"version": "10.0.106",
44
"allowPrerelease": true,
55
"rollForward": "latestFeature",
66
"paths": [
@@ -10,10 +10,10 @@
1010
"errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it."
1111
},
1212
"tools": {
13-
"dotnet": "10.0.105"
13+
"dotnet": "10.0.106"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26213.115",
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26217.115",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)