Skip to content

Commit aea6039

Browse files
committed
Add Python.runtime back to output
1 parent f61e825 commit aea6039

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

DSPythonNet3/DSPythonNet3.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
<TargetFramework>$(DotNet)</TargetFramework>
1111
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1212
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
13+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1314
</PropertyGroup>
1415
<PropertyGroup>
1516
<NoWarn>MSB3539;CS1591;NUnit2005;NUnit2007;CS0618;CS0612;CS0672</NoWarn>
1617
</PropertyGroup>
1718
<ItemGroup>
18-
<PackageReference Include="DynamoVisualProgramming.Core" Version="3.3.0-beta6171" />
19-
<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.3.0-beta6171" />
19+
<PackageReference Include="DynamoVisualProgramming.Core" Version="3.3.0-beta6171" ExcludeAssets="runtime" />
20+
<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.3.0-beta6171" ExcludeAssets="runtime" />
2021
<PackageReference Include="pythonnet" Version="3.1.0-preview-ADSK-*" />
2122
</ItemGroup>
2223
<ItemGroup>

0 commit comments

Comments
 (0)