From a1c8c98625313936df89803686e6ad1158a9753c Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 29 Jun 2016 19:47:53 +1000 Subject: [PATCH] Remove SDK restraints. [skip ci] Former-commit-id: fb14ff605d2370bfe99e93781bc2cb75ee419ae6 Former-commit-id: 25ef59c8d6b901ee7a8bc15df85c23e401303af6 Former-commit-id: 34ab319f0ff7b56f18692253a515b928421c99cc --- global.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/global.json b/global.json index 0c4b1f2be5..0ddf69c7e5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,3 @@ { - "projects": [ "src" ], - "sdk": { - "version": "1.0.0-preview1-002702" - } + "projects": [ "src" ] } \ No newline at end of file