File tree 1 file changed +6
-0
lines changed
tools/NuGet/template-nuget
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
<group targetFramework =" $TargetFramework$" >
17
17
<dependency id =" DynamoVisualProgramming.DynamoServices" version =" $Version$" />
18
18
</group >
19
+ <group targetFramework =" netstandard2.0" >
20
+ <dependency id =" DynamoVisualProgramming.DynamoServices" version =" $Version$" />
21
+ </group >
19
22
</dependencies >
20
23
</metadata >
21
24
<!-- for now we assume that that the working directory root is dynamo/bin/AnyCPU/Release-->
25
28
<file src =" ProtoGeometry.dll" target =" lib\$TargetFramework$" />
26
29
<file src =" ProtoGeometry.xml" target =" lib\$TargetFramework$" />
27
30
31
+ <file src =" ProtoGeometry.dll" target =" lib\netstandard2.0" />
32
+ <file src =" ProtoGeometry.xml" target =" lib\netstandard2.0" />
33
+
28
34
<file src =" ..\..\..\doc\distrib\Images\logo_square_32x32.png" target =" content\images\logo.png" />
29
35
</files >
30
36
</package >
You can’t perform that action at this time.
0 commit comments