From 5730f37dfcb8c05035a7b8984e4299ff9b02e4e2 Mon Sep 17 00:00:00 2001
From: dotnet-maestro <@dotnet-maestro>
Date: Tue, 30 Apr 2019 12:48:07 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
 build 20190429.8

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19229.8
---
 eng/Version.Details.xml | 4 ++--
 global.json             | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 2eb743ef9..3d57399bb 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
   <ProductDependencies>
   </ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19226.3">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19229.8">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>7bec23ce3da545d97f53f99abce457a2e252aa58</Sha>
+      <Sha>a7a250e9c13147134543c35fef2fb81f19592edf</Sha>
     </Dependency>
   </ToolsetDependencies>
 </Dependencies>
diff --git a/global.json b/global.json
index 1cba26362..3e6a92f42 100644
--- a/global.json
+++ b/global.json
@@ -7,6 +7,6 @@
     "xcopy-msbuild": "15.9.0-alpha"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19226.3"
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19229.8"
   }
 }