Skip to content

Commit 3d84bd6

Browse files
[release/11.0-preview5] Source code updates from dotnet/dotnet (#439)
* Update dependencies from build 318354 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26305.118 -> 11.0.0-beta.26311.105) [[ commit created by automation ]] * Update dependencies from build 318512 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.26311.105 -> 11.0.0-beta.26312.104) [[ commit created by automation ]] --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 0019c98 commit 3d84bd6

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>11.0.0-beta.26305.118</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26312.104</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="335ad8bfd7164172977b98ce3e7c1e911aa495e4" BarId="317589" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="eaab8a61968cfc0a469693faacc686c7db624ea2" BarId="318512" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26305.118">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26312.104">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>335ad8bfd7164172977b98ce3e7c1e911aa495e4</Sha>
9+
<Sha>eaab8a61968cfc0a469693faacc686c7db624ea2</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.5.26227.104"
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26305.118"
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26312.104"
1717
}
1818
}

0 commit comments

Comments
 (0)