File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <Project >
1+ <Project Sdk = " Microsoft.NET.Sdk " >
22 <Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
33 <PropertyGroup >
44 <TargetFrameworks >net40;netstandard2.0</TargetFrameworks >
3535 <Python2Version >$(PYTHONNET_PY2_VERSION)</Python2Version >
3636 <Python2Version Condition =" '$(Python2Version)'==''" >PYTHON27</Python2Version >
3737 <Python3Version >$(PYTHONNET_PY3_VERSION)</Python3Version >
38- <Python3Version Condition =" '$(Python3Version)'==''" >PYTHON36 </Python3Version >
38+ <Python3Version Condition =" '$(Python3Version)'==''" >PYTHON37 </Python3Version >
3939 <PythonWinDefineConstants >$(PYTHONNET_WIN_DEFINE_CONSTANTS)</PythonWinDefineConstants >
4040 <PythonWinDefineConstants Condition =" '$(PythonWinDefineConstants)'==''" >UCS2</PythonWinDefineConstants >
4141 <PythonMonoDefineConstants >$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants >
Original file line number Diff line number Diff line change 22// DO NOT MODIFIY BY HAND.
33
44
5- #if PYTHON36
5+ #if PYTHON36 || PYTHON37
66using System ;
77using System . Collections ;
88using System . Collections . Specialized ;
You can’t perform that action at this time.
0 commit comments