really remove versions below 3.6 (#1230) · pythonnet/pythonnet@7c84b10

Original file line numberDiff line numberDiff line change

@@ -28,7 +28,7 @@

2828

</ItemGroup>

2929
3030

<Target Name="GetRuntimeLibBuildOutput" BeforeTargets="Build">

31-

<MSBuild Projects="..\runtime\Python.Runtime.15.csproj" Properties="PYTHONNET_PY3_VERSION=PYTHON35;Configuration=$(Configuration);TargetFramework=net40;Python3Version=PYTHON35;OutputPath=bin\for_perf\">

31+

<MSBuild Projects="..\runtime\Python.Runtime.15.csproj" Properties="PYTHONNET_PY3_VERSION=PYTHON38;Configuration=$(Configuration);TargetFramework=net40;Python3Version=PYTHON38;OutputPath=bin\for_perf\">

3232

<Output TaskParameter="TargetOutputs" ItemName="NewPythonRuntime" />

3333

</MSBuild>

3434

</Target>