From 2ed8bcbe0e4d377946af2880f802cbb071395f8b Mon Sep 17 00:00:00 2001 From: Allister Beharry Date: Sat, 20 Jul 2019 19:34:07 -0400 Subject: [PATCH] Use net45 framework target. --- src/runtime/Python.Runtime.15.csproj | 30 +++++++++------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/src/runtime/Python.Runtime.15.csproj b/src/runtime/Python.Runtime.15.csproj index 122132513..d998a76ae 100644 --- a/src/runtime/Python.Runtime.15.csproj +++ b/src/runtime/Python.Runtime.15.csproj @@ -1,10 +1,9 @@ - net40;netstandard2.0 - AnyCPU + net45;netstandard2.0 + AnyCPU;x64 DebugMono;DebugMonoPY3;ReleaseMono;ReleaseMonoPY3;DebugWin;DebugWinPY3;ReleaseWin;ReleaseWinPY3 - net45 Python.Runtime Python.Runtime pythonnet @@ -23,22 +22,19 @@ https://raw.githubusercontent.com/pythonnet/pythonnet/master/src/console/python-clear.ico https://pythonnet.github.io/ bin\ - false - $(OutputPath)\$(AssemblyName).xml - $(OutputPath)\$(TargetFramework)\$(AssemblyName).xml + $(OutputPath)\$(AssemblyName).xml + $(OutputPath)\$(TargetFramework)\$(AssemblyName).xml 1591;NU1701 ..\..\ $(SolutionDir)\bin\ - $(PythonBuildDir)\$(TargetFramework)\ + $(PythonBuildDir)\$(TargetFramework)\ 7.3 True - ..\pythonnet.snk $(PYTHONNET_DEFINE_CONSTANTS) XPLAT $(DefineConstants);$(CustomDefineConstants);$(BaseDefineConstants); $(DefineConstants);NETSTANDARD $(DefineConstants);TRACE;DEBUG - $(NuGetPackageRoot)\microsoft.targetingpack.netframework.v4.5\1.0.1\lib\net45\ $(PYTHONNET_PY2_VERSION) PYTHON27 $(PYTHONNET_PY3_VERSION) @@ -49,11 +45,11 @@ UCS4;MONO_LINUX;PYTHON_WITH_PYMALLOC $(PYTHONNET_INTEROP_FILE) - + false full - + true pdbonly @@ -121,14 +117,10 @@ - + - - - - @@ -136,12 +128,8 @@ $(TargetDir)$(TargetName).pdb - - - - - +