From e2fe8b3805b3266155796ff49d1ade3cabb5111e Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Mon, 28 Feb 2022 14:29:31 -0800 Subject: [PATCH] Update powershell version Fixes https://github.com/dotnet/maui/issues/4972 --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index c2d572414516..44ee54986cb0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -9,7 +9,7 @@ ] }, "powershell": { - "version": "7.1.2", + "version": "7.2.1", "commands": [ "pwsh" ]