From a4aa77743e6359d4d0bb2bfa5c9383c597241c38 Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:22:27 +0300 Subject: [PATCH] add dotnet-core 5.0 (#2050) --- images/win/toolsets/toolset-2016.json | 3 ++- images/win/toolsets/toolset-2019.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 3c8371f6..86c3a94c 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -259,7 +259,8 @@ "dotnet": { "versions": [ "2.1", - "3.1" + "3.1", + "5.0" ] } } diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 2cabda47..c0fbda3e 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -307,7 +307,8 @@ "dotnet": { "versions": [ "2.1", - "3.1" + "3.1", + "5.0" ] } }