Allow any version of NuGet to be installed

This commit is contained in:
Manuel Thalmann 2023-07-18 21:48:20 +02:00
parent fe74d438bb
commit d05eb95bb1

View file

@ -1,5 +1,5 @@
#!/bin/pwsh
powershell -c Install-PackageProvider -Name NuGet -MinimumVersion "2.8.5.201" -Force;
powershell -c Install-PackageProvider -Name NuGet -Force;
foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
{