From 7bf2707ac2f0bff7de372eeeda73b0d0c4929c65 Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov Date: Tue, 10 Nov 2020 15:57:29 +0300 Subject: [PATCH] remove dotnet-core 5.0 --- images/macos/toolsets/toolset-10.15.json | 3 +-- images/macos/toolsets/toolset-11.0.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 828684ab..20ed9091 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -186,8 +186,7 @@ "versions": [ "2.1", "3.0", - "3.1", - "5.0" + "3.1" ] } } \ No newline at end of file diff --git a/images/macos/toolsets/toolset-11.0.json b/images/macos/toolsets/toolset-11.0.json index 693d9f61..a474acd2 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -110,8 +110,7 @@ "dotnet": { "versions": [ "2.1", - "3.1", - "5.0" + "3.1" ] } } \ No newline at end of file