Skip to content

Commit c1a47a5

Browse files
authored
revert back nuget update
1 parent 5db2f27 commit c1a47a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def _install_packages(self):
325325
if DEVTOOLS == "Mono":
326326
nuget = "mono {0}".format(nuget)
327327

328-
cmd = "{0} update -self -Version 4.6".format(nuget)
328+
cmd = "{0} update -self".format(nuget)
329329
self.debug_print("Updating NuGet: {0}".format(cmd))
330330
subprocess.check_call(cmd, shell=use_shell)
331331

0 commit comments

Comments
 (0)