From 274d9e42a67524656e089b757e8dccdc937cba11 Mon Sep 17 00:00:00 2001 From: wenhx <3909713+wenhx@users.noreply.github.com> Date: Thu, 9 Apr 2020 00:43:31 +0800 Subject: [PATCH] Update global.json (#17669) --- .../samples/3.x/TestingControllersSample/tests/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/mvc/controllers/testing/samples/3.x/TestingControllersSample/tests/global.json b/aspnetcore/mvc/controllers/testing/samples/3.x/TestingControllersSample/tests/global.json index 0b965f245d..79422f0cc1 100644 --- a/aspnetcore/mvc/controllers/testing/samples/3.x/TestingControllersSample/tests/global.json +++ b/aspnetcore/mvc/controllers/testing/samples/3.x/TestingControllersSample/tests/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": 3.0.100" + "version": "3.0.100" } -} \ No newline at end of file +}