We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea848e commit badb6eaCopy full SHA for badb6ea
src/runtime/Python.Runtime.15.csproj
@@ -35,7 +35,7 @@
35
<Python2Version>$(PYTHONNET_PY2_VERSION)</Python2Version>
36
<Python2Version Condition="'$(Python2Version)'==''">PYTHON27</Python2Version>
37
<Python3Version>$(PYTHONNET_PY3_VERSION)</Python3Version>
38
- <Python3Version Condition="'$(Python3Version)'==''">PYTHON36</Python3Version>
+ <Python3Version Condition="'$(Python3Version)'==''">PYTHON37</Python3Version>
39
<PythonWinDefineConstants>$(PYTHONNET_WIN_DEFINE_CONSTANTS)</PythonWinDefineConstants>
40
<PythonWinDefineConstants Condition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
41
<PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
0 commit comments