Skip to content

Commit 4ecf779

Browse files
Update dependencies from build 306080 (#400)
Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26162.103 -> 11.0.0-beta.26163.106) [[ commit created by automation ]] Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent feae902 commit 4ecf779

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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>11.0.0-beta.26162.103</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26163.106</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="be8731b57bc95bab2c4ae142710f347d2c5bc243" BarId="305917" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="53ed0cef44ae9fd154cc2b91e2c1d66fa06ba8de" BarId="306080" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26162.103">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26163.106">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>be8731b57bc95bab2c4ae142710f347d2c5bc243</Sha>
9+
<Sha>53ed0cef44ae9fd154cc2b91e2c1d66fa06ba8de</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dotnet": "11.0.100-preview.1.26104.118"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26162.103"
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26163.106"
1717
}
1818
}

0 commit comments

Comments
 (0)