Skip to content

Commit ee4ab85

Browse files
[release/11.0.1xx-preview5] Source code updates from dotnet/dotnet (#1701)
* Update dependencies from build 316200 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26272.118 -> 11.0.0-beta.26277.119) System.CommandLine (Version 3.0.0-preview.5.26272.118 -> 3.0.0-preview.5.26277.119) System.IO.Hashing (Version 11.0.0-preview.5.26272.118 -> 11.0.0-preview.5.26277.119) [[ commit created by automation ]] * Update dependencies from build 316264 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26277.119 -> 11.0.0-beta.26278.106) System.CommandLine (Version 3.0.0-preview.5.26277.119 -> 3.0.0-preview.5.26278.106) System.IO.Hashing (Version 11.0.0-preview.5.26277.119 -> 11.0.0-preview.5.26278.106) [[ commit created by automation ]] * Update dependencies from build 316426 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26278.106 -> 11.0.0-beta.26279.110) System.CommandLine (Version 3.0.0-preview.5.26278.106 -> 3.0.0-preview.5.26279.110) System.IO.Hashing (Version 11.0.0-preview.5.26278.106 -> 11.0.0-preview.5.26279.110) [[ commit created by automation ]] * Update dependencies from build 316517 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26279.110 -> 11.0.0-beta.26279.113) System.CommandLine (Version 3.0.0-preview.5.26279.110 -> 3.0.0-preview.5.26279.113) System.IO.Hashing (Version 11.0.0-preview.5.26279.110 -> 11.0.0-preview.5.26279.113) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 749930a commit ee4ab85

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

eng/Version.Details.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26272.118</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-preview.5.26272.118</SystemCommandLinePackageVersion>
11-
<SystemIOHashingPackageVersion>11.0.0-preview.5.26272.118</SystemIOHashingPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26279.113</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-preview.5.26279.113</SystemCommandLinePackageVersion>
11+
<SystemIOHashingPackageVersion>11.0.0-preview.5.26279.113</SystemIOHashingPackageVersion>
1212
</PropertyGroup>
1313
<!--Property group for alternate package version names-->
1414
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="445e303654835732cd3e0efd74d009c675816140" BarId="315596" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="ace1806cedfe74b1a8ef14f086bf024e380e0483" BarId="316517" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-preview.5.26272.118">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-preview.5.26279.113">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>445e303654835732cd3e0efd74d009c675816140</Sha>
7+
<Sha>ace1806cedfe74b1a8ef14f086bf024e380e0483</Sha>
88
</Dependency>
9-
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.5.26272.118">
9+
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.5.26279.113">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>445e303654835732cd3e0efd74d009c675816140</Sha>
11+
<Sha>ace1806cedfe74b1a8ef14f086bf024e380e0483</Sha>
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26272.118">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26279.113">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>445e303654835732cd3e0efd74d009c675816140</Sha>
17+
<Sha>ace1806cedfe74b1a8ef14f086bf024e380e0483</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": "11.0.100-preview.5.26227.104"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26272.118",
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26279.113",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)