Skip to content

Commit 02ce17b

Browse files
[release/11.0.1xx-preview3] Source code updates from dotnet/dotnet (#1648)
* Update dependencies from build 309796 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26207.106 -> 11.0.0-beta.26209.109) System.CommandLine (Version 3.0.0-preview.3.26207.106 -> 3.0.0-preview.3.26209.109) System.IO.Hashing (Version 11.0.0-preview.3.26207.106 -> 11.0.0-preview.3.26209.109) [[ commit created by automation ]] * Update dependencies from build 309823 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26209.109 -> 11.0.0-beta.26209.122) System.CommandLine (Version 3.0.0-preview.3.26209.109 -> 3.0.0-preview.3.26209.122) System.IO.Hashing (Version 11.0.0-preview.3.26209.109 -> 11.0.0-preview.3.26209.122) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent c640ff5 commit 02ce17b

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.26207.106</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<SystemCommandLinePackageVersion>3.0.0-preview.3.26207.106</SystemCommandLinePackageVersion>
11-
<SystemIOHashingPackageVersion>11.0.0-preview.3.26207.106</SystemIOHashingPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26209.122</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<SystemCommandLinePackageVersion>3.0.0-preview.3.26209.122</SystemCommandLinePackageVersion>
11+
<SystemIOHashingPackageVersion>11.0.0-preview.3.26209.122</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="a8b33e7593686eaee701cd124daaabff2311634f" BarId="309530" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="sourcelink" Sha="fbb044efb425ca77dd6ee220c5fa31ee14f0ac6e" BarId="309823" />
44
<ProductDependencies>
5-
<Dependency Name="System.CommandLine" Version="3.0.0-preview.3.26207.106">
5+
<Dependency Name="System.CommandLine" Version="3.0.0-preview.3.26209.122">
66
<Uri>https://github.com/dotnet/dotnet</Uri>
7-
<Sha>a8b33e7593686eaee701cd124daaabff2311634f</Sha>
7+
<Sha>fbb044efb425ca77dd6ee220c5fa31ee14f0ac6e</Sha>
88
</Dependency>
9-
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.3.26207.106">
9+
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.3.26209.122">
1010
<Uri>https://github.com/dotnet/dotnet</Uri>
11-
<Sha>a8b33e7593686eaee701cd124daaabff2311634f</Sha>
11+
<Sha>fbb044efb425ca77dd6ee220c5fa31ee14f0ac6e</Sha>
1212
</Dependency>
1313
</ProductDependencies>
1414
<ToolsetDependencies>
15-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26207.106">
15+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26209.122">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>a8b33e7593686eaee701cd124daaabff2311634f</Sha>
17+
<Sha>fbb044efb425ca77dd6ee220c5fa31ee14f0ac6e</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.3.26170.106"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26207.106",
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26209.122",
1717
"Microsoft.Build.NoTargets": "3.7.0"
1818
}
1919
}

0 commit comments

Comments
 (0)