Skip to content

Commit

Permalink
Update to new version of python net (#11508)
Browse files Browse the repository at this point in the history
* Update to new version of python net

* Remove not needed xml file

* Update references
  • Loading branch information
sm6srw authored Feb 19, 2021
1 parent 31add62 commit c1fe271
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified extern/Python/Python.Included.dll
Binary file not shown.
Binary file modified extern/Python/Python.Runtime.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Libraries/DSCPython/DSCPython.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Python.Included, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Python.Included, Version=2.5.1.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\extern\Python\Python.Included.dll</HintPath>
</Reference>
<Reference Include="Python.Runtime, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Python.Runtime, Version=2.5.1.7, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\extern\Python\Python.Runtime.dll</HintPath>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<HintPath>..\..\..\src\packages\DynamoVisualProgramming.LibG_227_0_0.2.9.0.3865\lib\net48\ProtoGeometry.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Python.Runtime, Version=2.5.1.0, Culture=neutral, PublicKeyToken=null" />
<Reference Include="Python.Runtime, Version=2.5.1.7, Culture=neutral, PublicKeyToken=null" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit c1fe271

Please sign in to comment.