Skip to content

Commit 6538bc7

Browse files
authored
Update DynamoVisualProgramming.ZeroTouchLibrary.nuspec (#14943)
1 parent 9c90c10 commit 6538bc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/NuGet/template-nuget/DynamoVisualProgramming.ZeroTouchLibrary.nuspec

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<group targetFramework="$TargetFramework$">
1717
<dependency id="DynamoVisualProgramming.DynamoServices" version="$Version$"/>
1818
</group>
19+
<group targetFramework="netstandard2.0">
20+
<dependency id="DynamoVisualProgramming.DynamoServices" version="$Version$"/>
21+
</group>
1922
</dependencies>
2023
</metadata>
2124
<!--for now we assume that that the working directory root is dynamo/bin/AnyCPU/Release-->
@@ -25,6 +28,9 @@
2528
<file src="ProtoGeometry.dll" target="lib\$TargetFramework$" />
2629
<file src="ProtoGeometry.xml" target="lib\$TargetFramework$" />
2730

31+
<file src="ProtoGeometry.dll" target="lib\netstandard2.0" />
32+
<file src="ProtoGeometry.xml" target="lib\netstandard2.0" />
33+
2834
<file src="..\..\..\doc\distrib\Images\logo_square_32x32.png" target="content\images\logo.png" />
2935
</files>
3036
</package>

0 commit comments

Comments
 (0)