Skip to content

Commit

Permalink
Update DynamoVisualProgramming.ZeroTouchLibrary.nuspec (#14943)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 authored Feb 16, 2024
1 parent 9c90c10 commit 6538bc7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<group targetFramework="$TargetFramework$">
<dependency id="DynamoVisualProgramming.DynamoServices" version="$Version$"/>
</group>
<group targetFramework="netstandard2.0">
<dependency id="DynamoVisualProgramming.DynamoServices" version="$Version$"/>
</group>
</dependencies>
</metadata>
<!--for now we assume that that the working directory root is dynamo/bin/AnyCPU/Release-->
Expand All @@ -25,6 +28,9 @@
<file src="ProtoGeometry.dll" target="lib\$TargetFramework$" />
<file src="ProtoGeometry.xml" target="lib\$TargetFramework$" />

<file src="ProtoGeometry.dll" target="lib\netstandard2.0" />
<file src="ProtoGeometry.xml" target="lib\netstandard2.0" />

<file src="..\..\..\doc\distrib\Images\logo_square_32x32.png" target="content\images\logo.png" />
</files>
</package>

0 comments on commit 6538bc7

Please sign in to comment.