From bcfa5eb226961d2c3728c8e3aaa18c54e0f83b46 Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Wed, 9 Dec 2020 09:20:33 +0300 Subject: [PATCH] add dotnet-core 5.0 (#2049) --- images/macos/toolsets/toolset-10.15.json | 3 ++- images/macos/toolsets/toolset-11.0.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index a34e7fd2..8e38662d 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -219,7 +219,8 @@ "versions": [ "2.1", "3.0", - "3.1" + "3.1", + "5.0" ] } } \ 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 a1ce67d0..a764240c 100644 --- a/images/macos/toolsets/toolset-11.0.json +++ b/images/macos/toolsets/toolset-11.0.json @@ -136,7 +136,8 @@ "dotnet": { "versions": [ "2.1", - "3.1" + "3.1", + "5.0" ] } } \ No newline at end of file