Skip to content

Commit ea419a8

Browse files
authored
Merge pull request #398 from dotnet/darc-release/11.0-preview2-ad503318-c982-4362-aeb6-a61878f616ef
[release/11.0-preview2] Source code updates from dotnet/dotnet
2 parents 23d8c17 + c17b3c3 commit ea419a8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

eng/Version.Details.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This file should be imported by eng/Versions.props
55
-->
66
<Project>
77
<PropertyGroup>
8-
<!-- dotnet/dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26158.102</MicrosoftDotNetArcadeSdkPackageVersion>
8+
<!-- dotnet-dotnet dependencies -->
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26161.101</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>
13-
<!-- dotnet/dotnet dependencies -->
13+
<!-- dotnet-dotnet dependencies -->
1414
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
1515
</PropertyGroup>
1616
</Project>

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="2ac175b08731a6347a33c745d51e343e28bd22ff" BarId="305134" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="symreader" Sha="248b5536cbf213f3c441dfa7231d74adcdd07b21" BarId="305723" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26158.102">
7+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26161.101">
88
<Uri>https://github.com/dotnet/dotnet</Uri>
9-
<Sha>2ac175b08731a6347a33c745d51e343e28bd22ff</Sha>
9+
<Sha>248b5536cbf213f3c441dfa7231d74adcdd07b21</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.26158.102"
16+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26161.101"
1717
}
1818
}

0 commit comments

Comments
 (0)