From f1f3e02700f90797c6f60f335f5c5ab7008b80c4 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Sun, 8 Mar 2020 16:14:30 +0100 Subject: [PATCH] This should allow any version of the dotnet core sdk 3.1 to be used. [skip ci] --- src/global.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/global.json b/src/global.json index fdb32e8a7..c3d298e9f 100644 --- a/src/global.json +++ b/src/global.json @@ -1,5 +1,6 @@ { - "sdk": { - "version": "3.1.102" - } + "sdk": { + "version": "3.1.100", + "rollForward": "latestPatch" + } } \ No newline at end of file