Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49467dd

Browse files
authored
Update setup.py
1 parent 80c6419 commit 49467dd

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".format(nuget)
328+
cmd = "{0} update -self -Version 4.6".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)