Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e49bbc6

Browse files
dotnet-maestro[bot]stephentoub
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20190819.12 (#26274)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19419.12 - Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19419.12 - Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19419.12 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19419.12
1 parent 9642de7 commit e49bbc6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<ProductDependencies>
33
</ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19416.16">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19419.12">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>0e36c2410b72166a1b9a67142e652225e22feada</Sha>
7+
<Sha>10b2260aeed5f07582bf8d8dcd4221a447b171c5</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19416.16">
9+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19419.12">
1010
<Uri>https://github.com/dotnet/arcade</Uri>
11-
<Sha>0e36c2410b72166a1b9a67142e652225e22feada</Sha>
11+
<Sha>10b2260aeed5f07582bf8d8dcd4221a447b171c5</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19416.16">
13+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19419.12">
1414
<Uri>https://github.com/dotnet/arcade</Uri>
15-
<Sha>0e36c2410b72166a1b9a67142e652225e22feada</Sha>
15+
<Sha>10b2260aeed5f07582bf8d8dcd4221a447b171c5</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.19416.16">
17+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.19419.12">
1818
<Uri>https://github.com/dotnet/arcade</Uri>
19-
<Sha>0e36c2410b72166a1b9a67142e652225e22feada</Sha>
19+
<Sha>10b2260aeed5f07582bf8d8dcd4221a447b171c5</Sha>
2020
</Dependency>
2121
<Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview9.19419.5">
2222
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<UsingToolXliff>false</UsingToolXliff>
1616
<!-- Package versions -->
1717
<!-- arcade -->
18-
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19416.16</MicrosoftDotNetBuildTasksFeedVersion>
19-
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19416.16</MicrosoftDotNetBuildTasksPackagingVersion>
18+
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19419.12</MicrosoftDotNetBuildTasksFeedVersion>
19+
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.19419.12</MicrosoftDotNetBuildTasksPackagingVersion>
2020
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.19278.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
2121
<!-- roslyn -->
2222
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta2-19367-02</MicrosoftNetCompilersToolsetVersion>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"python": "2.7.15"
88
},
99
"msbuild-sdks": {
10-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19416.16",
11-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19416.16",
10+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19419.12",
11+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19419.12",
1212
"Microsoft.Build.NoTargets": "1.0.53",
1313
"Microsoft.Build.Traversal": "2.0.2"
1414
}

0 commit comments

Comments
 (0)