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 cc6a92f commit 01a2076Copy full SHA for 01a2076
src/runtime/Python.Runtime.15.csproj
@@ -42,7 +42,7 @@
42
<Python2Version>$(PYTHONNET_PY2_VERSION)</Python2Version>
43
<Python2Version Condition="'$(Python2Version)'==''">PYTHON27</Python2Version>
44
<Python3Version>$(PYTHONNET_PY3_VERSION)</Python3Version>
45
- <Python3Version Condition="'$(Python3Version)'==''">PYTHON37</Python3Version>
+ <Python3Version Condition="'$(Python3Version)'==''">PYTHON38</Python3Version>
46
<PythonWinDefineConstants>$(PYTHONNET_WIN_DEFINE_CONSTANTS)</PythonWinDefineConstants>
47
<PythonWinDefineConstants Condition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
48
<PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
0 commit comments