From 3b82404556a7ceee640a1e5df086526160b2cc31 Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Tue, 20 Oct 2020 20:11:04 -0400 Subject: [PATCH] dropped global json to make builds work again --- global.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 global.json diff --git a/global.json b/global.json deleted file mode 100644 index 69b29cdc7..000000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "3.1.402", - "rollForward": "latestFeature", - "allowPrerelease": false - } -} \ No newline at end of file