From b7840614ec576f4c8f84b800a9275cb3d357ba29 Mon Sep 17 00:00:00 2001 From: wieslawsoltes Date: Fri, 6 Dec 2019 07:55:58 +0000 Subject: [PATCH] Updated --- build/build/_build.csproj | 2 +- global.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build/build/_build.csproj b/build/build/_build.csproj index 80b89261a..99cbc0a5f 100644 --- a/build/build/_build.csproj +++ b/build/build/_build.csproj @@ -10,7 +10,7 @@ - + diff --git a/global.json b/global.json index 6e732c89e..a3296275f 100644 --- a/global.json +++ b/global.json @@ -1,8 +1,6 @@ { - "tools": { - "dotnet": "3.0.100" - }, "sdk": { - "version": "3.0.100" + "version": "3.0.100", + "rollForward": "latestMajor" } }