From 917b89a8c7205cdcf4736313c073addfee286323 Mon Sep 17 00:00:00 2001 From: Arias Emilio Date: Tue, 20 Jun 2023 20:07:10 -0300 Subject: [PATCH] workaround issue in setup-dotnet action for more info: https://github.com/actions/setup-dotnet/issues/397 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index d8366ba..39b975c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "6.0.0", + "version": "6.0.313", // https://github.com/actions/setup-dotnet/issues/397 "rollForward": "latestMinor" } } \ No newline at end of file