From bec2b134fe514eabd2cf4f2c0cf92f9f4c3e45c0 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Thu, 28 Apr 2022 18:15:46 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 48118f6..3472739 100644 --- a/install.ps1 +++ b/install.ps1 @@ -18,7 +18,6 @@ choco feature enable -n=allowGlobalConfirmation; @( "git" ,"dotnetcore-sdk" -,"dotnet-5.0-sdk" ,"dotnet-6.0-sdk" ,"dotnetcore-sdk" ,"microsoft-edge" @@ -47,6 +46,7 @@ choco feature enable -n=allowGlobalConfirmation; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" }; <# excluded +,"dotnet-5.0-sdk" ,"archi" ,"cmder" ,"hyper"