Skip to content

Commit ef47386

Browse files
[release/10.0.1xx] Source code updates from dotnet/dotnet (#1500)
* Update dependencies from https://github.com/dotnet/dotnet build 289596 Updated Dependencies: Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25554.104 -> 10.0.0-beta.25554.105) System.CommandLine (Version 2.0.1 -> 2.0.1) * Update dependencies from https://github.com/dotnet/dotnet build 289695 Updated Dependencies: Microsoft.Build, Microsoft.Build.Tasks.Core (Version 18.0.3 -> 18.0.3) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25554.105 -> 10.0.0-beta.25555.106) System.CommandLine (Version 2.0.1 -> 2.0.1) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8450763 commit ef47386

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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-8ee0cc0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-8ee0cc0b/nuget/v3/index.json" />
7+
<add key="darc-pub-dotnet-dotnet-e17b0d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-e17b0d08/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This file should be imported by eng/Versions.props
88
<!-- dotnet/dotnet dependencies -->
99
<MicrosoftBuildPackageVersion>18.0.3</MicrosoftBuildPackageVersion>
1010
<MicrosoftBuildTasksCorePackageVersion>18.0.3</MicrosoftBuildTasksCorePackageVersion>
11-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25554.104</MicrosoftDotNetArcadeSdkPackageVersion>
11+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25555.106</MicrosoftDotNetArcadeSdkPackageVersion>
1212
<SystemCommandLinePackageVersion>2.0.1</SystemCommandLinePackageVersion>
1313
</PropertyGroup>
1414
<!--Property group for alternate package version names-->

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1" BarId="289521" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="e17b0d08def649f30aed9c09cf4a2c5741a3c76c" BarId="289695" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.1">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1</Sha>
7+
<Sha>e17b0d08def649f30aed9c09cf4a2c5741a3c76c</Sha>
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25554.104">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25555.106">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1</Sha>
13+
<Sha>e17b0d08def649f30aed9c09cf4a2c5741a3c76c</Sha>
1414
</Dependency>
1515
<!-- Dependencies required for source build to lift to the previously-source-built version. -->
1616
<Dependency Name="Microsoft.Build" Version="18.0.3">
1717
<Uri>https://github.com/dotnet/dotnet</Uri>
18-
<Sha>8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1</Sha>
18+
<Sha>e17b0d08def649f30aed9c09cf4a2c5741a3c76c</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.Build.Tasks.Core" Version="18.0.3">
2121
<Uri>https://github.com/dotnet/dotnet</Uri>
22-
<Sha>8ee0cc0bbdbacfeb5b7e703909c9731ff75600f1</Sha>
22+
<Sha>e17b0d08def649f30aed9c09cf4a2c5741a3c76c</Sha>
2323
</Dependency>
2424
</ToolsetDependencies>
2525
</Dependencies>

global.json

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

0 commit comments

Comments
 (0)