From 789151c19b92a3b5463ed5cb3335956b27d52a1f Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sat, 13 Oct 2018 17:37:10 +0100 Subject: [PATCH] Revert previous update of the .net sdk as the AppVeyor Ubuntu image is not ready for it (and the commit was not supposed to go to development directly) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index fde1674a6..7298a99c2 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.1.403" + "version": "2.1.101" } }