From 261215be7af5cfc0e5d7ea5e774228390cfdfafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Mon, 6 Apr 2020 14:53:14 +0200 Subject: [PATCH] Delete global.json --- global.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 global.json diff --git a/global.json b/global.json deleted file mode 100644 index d2637af033..0000000000 --- a/global.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "sdk": { - "version": "3.1.101", - "rollForward": "minor", - "allowPrerelease": false, - "architecture": "x64" - }, - "tools": { - "dotnet": "3.1.101" - }, - "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20052.1", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20052.1" - } -} \ No newline at end of file