Skip to content

Commit f63105c

Browse files
committed
Use Python.Included package
1 parent c6630e7 commit f63105c

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

DSPythonNet3/DSPythonNet3.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@
88
<NoWarn>MSB3539;CS1591;NUnit2005;NUnit2007;CS0618;CS0612;CS0672</NoWarn>
99
</PropertyGroup>
1010
<ItemGroup>
11-
<Reference Include="Python.Deployment">
12-
<HintPath>..\extern\Python\Python.Deployment.dll</HintPath>
13-
<Private>True</Private>
14-
</Reference>
15-
<Reference Include="Python.Included">
16-
<HintPath>..\extern\Python\Python.Included.dll</HintPath>
17-
<Private>True</Private>
18-
</Reference>
1911
<InternalsVisibleTo Include="PythonMigrationViewExtension" />
2012
<InternalsVisibleTo Include="DynamoPythonTests" />
2113

2214
<PackageReference Include="DynamoVisualProgramming.Core" Version="$(DynamoPackageVersion)" ExcludeAssets="runtime" />
2315
<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="$(DynamoPackageVersion)" ExcludeAssets="runtime" />
16+
<PackageReference Include="Python.Included" Version="3.11.6" />
2417
<PackageReference Include="pythonnet" Version="3.1.0-preview-ADSK-*" />
2518
</ItemGroup>
2619
<ItemGroup>
-29 KB
Binary file not shown.

extern/Python/Python.Included.dll

-10.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)