From c4821adbe1a36a2800b3f7214098773b1d90f38a Mon Sep 17 00:00:00 2001 From: nohwnd Date: Mon, 6 Apr 2020 14:56:33 +0200 Subject: [PATCH] Revert "Delete global.json" This reverts commit 261215be7af5cfc0e5d7ea5e774228390cfdfafc. --- global.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000000..d2637af033 --- /dev/null +++ b/global.json @@ -0,0 +1,15 @@ +{ + "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