We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c6419 commit 49467ddCopy full SHA for 49467dd
1 file changed
setup.py
@@ -325,7 +325,7 @@ def _install_packages(self):
325
if DEVTOOLS == "Mono":
326
nuget = "mono {0}".format(nuget)
327
328
- cmd = "{0} update -self".format(nuget)
+ cmd = "{0} update -self -Version 4.6".format(nuget)
329
self.debug_print("Updating NuGet: {0}".format(cmd))
330
subprocess.check_call(cmd, shell=use_shell)
331
0 commit comments