Skip to content

Commit f2c605a

Browse files
[release/10.0.3xx] Source code updates from dotnet/dotnet (#1626)
* Update dependencies from build 305836 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26161.103 -> 10.0.0-beta.26161.112) [[ commit created by automation ]] * Update dependencies from build 305899 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26161.112 -> 10.0.0-beta.26162.104) [[ commit created by automation ]] * Update dependencies from build 305923 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26162.104 -> 10.0.0-beta.26162.109) [[ commit created by automation ]] * Update dependencies from build 306000 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26162.109 -> 10.0.0-beta.26162.119) [[ commit created by automation ]] * Update dependencies from build 306057 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26162.119 -> 10.0.0-beta.26163.105) [[ commit created by automation ]] * Update dependencies from build 306090 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26163.105 -> 10.0.0-beta.26163.108) [[ commit created by automation ]] * Update dependencies from build 306120 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26163.108 -> 10.0.0-beta.26163.113) [[ commit created by automation ]] * Update dependencies from build 306235 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26163.113 -> 10.0.0-beta.26165.106) [[ commit created by automation ]] * Update dependencies from build 306373 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26165.106 -> 10.0.0-beta.26166.105) [[ commit created by automation ]] * Update dependencies from build 306420 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26166.105 -> 10.0.0-beta.26166.109) [[ commit created by automation ]] * Update dependencies from build 306502 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26166.109 -> 10.0.0-beta.26167.102) [[ commit created by automation ]] * Update dependencies from build 306581 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26167.102 -> 10.0.0-beta.26167.106) [[ commit created by automation ]] * Update dependencies from build 306642 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26167.106 -> 10.0.0-beta.26167.111) [[ commit created by automation ]] * Update dependencies from build 306693 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26167.111 -> 10.0.0-beta.26167.115) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 53657c5 commit f2c605a

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
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26161.103</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.26167.115</MicrosoftDotNetArcadeSdkPackageVersion>
1010
<SystemCommandLinePackageVersion>2.0.0</SystemCommandLinePackageVersion>
1111
<SystemIOHashingPackageVersion>10.0.0-rc.2.25502.107</SystemIOHashingPackageVersion>
1212
</PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="6eb2f3d82a8f1298c6e9e5f7f23482656ba25d04" BarId="305713" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="4a2e646b931b90322897a5166f0bbcd3f5508a03" BarId="306693" />
44
<ProductDependencies>
55
<Dependency Name="System.CommandLine" Version="2.0.0">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
@@ -12,9 +12,9 @@
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26161.103">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26167.115">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>6eb2f3d82a8f1298c6e9e5f7f23482656ba25d04</Sha>
17+
<Sha>4a2e646b931b90322897a5166f0bbcd3f5508a03</Sha>
1818
</Dependency>
1919
</ToolsetDependencies>
2020
</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.103"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26161.103",
16+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26167.115",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)