From 7e5162c1ce567e467dfa71f84d2501f45964413d Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Fri, 9 Dec 2022 14:16:18 -0800 Subject: [PATCH] include .NET 6 runtime --- global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index 9a3f907ec7..215b092e16 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,8 @@ "dotnet": "7.0.100-rc.1.22431.12", "runtimes": { "dotnet": [ - "3.1.7" + "3.1.7", + "6.0.11" ] }, "vs": {