From ae1a1607b07b8746b871feb45e762ed4321ea659 Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:22:12 +0300 Subject: [PATCH] add dotnet-core 5.0 (#2048) --- images/linux/toolsets/toolset-1604.json | 6 ++++-- images/linux/toolsets/toolset-1804.json | 6 ++++-- images/linux/toolsets/toolset-2004.json | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/images/linux/toolsets/toolset-1604.json b/images/linux/toolsets/toolset-1604.json index 93e4f3c2f..c7e08688b 100644 --- a/images/linux/toolsets/toolset-1604.json +++ b/images/linux/toolsets/toolset-1604.json @@ -204,12 +204,14 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-3.0", - "dotnet-sdk-3.1" + "dotnet-sdk-3.1", + "dotnet-sdk-5.0" ], "versions": [ "2.1", "3.0", - "3.1" + "3.1", + "5.0" ] } } diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index ed97df81f..38b91f16e 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -208,12 +208,14 @@ "dotnet": { "aptPackages": [ "dotnet-sdk-3.0", - "dotnet-sdk-3.1" + "dotnet-sdk-3.1", + "dotnet-sdk-5.0" ], "versions": [ "2.1", "3.0", - "3.1" + "3.1", + "5.0" ] } } diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 9d6415cfe..908912708 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -181,11 +181,13 @@ ], "dotnet": { "aptPackages": [ - "dotnet-sdk-3.1" + "dotnet-sdk-3.1", + "dotnet-sdk-5.0" ], "versions": [ "2.1", - "3.1" + "3.1", + "5.0" ] } }