We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211155e commit 14bc2e2Copy full SHA for 14bc2e2
setup.py
@@ -329,7 +329,7 @@ def _install_packages(self):
329
self.debug_print("Updating NuGet: {0}".format(cmd))
330
subprocess.check_call(cmd, shell=use_shell)
331
332
- cmd = "{0} restore pythonnet.sln -o packages".format(nuget)
+ cmd = "{0} restore pythonnet.sln -MSBuildVersion 14 -o packages".format(nuget)
333
self.debug_print("Installing packages: {0}".format(cmd))
334
335
0 commit comments