Skip to content

Commit 01e5801

Browse files
Copilotjosesimoes
andcommitted
Update nuspec to place library under nano TFM (lib\netnano1.0)
Co-authored-by: josesimoes <1881520+josesimoes@users.noreply.github.com>
1 parent 4b3d263 commit 01e5801

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

nanoFramework.System.Math.nuspec

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@
1919
This package requires a target with System.Math v$nativeVersion$ (checksum $checksum$).</description>
2020
<tags>nanoFramework C# csharp netmf netnf Math</tags>
2121
<dependencies>
22-
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
22+
<group targetFramework=".NETnanoFramework1.0">
23+
<dependency id="nanoFramework.CoreLibrary" version="1.17.11" />
24+
</group>
2325
</dependencies>
2426
</metadata>
2527
<files>
26-
<file src="nanoFramework.System.Math\bin\Release\System.Math.dll" target="lib\System.Math.dll" />
27-
<file src="nanoFramework.System.Math\bin\Release\System.Math.pdb" target="lib\System.Math.pdb" />
28-
<file src="nanoFramework.System.Math\bin\Release\System.Math.pdbx" target="lib\System.Math.pdbx" />
29-
<file src="nanoFramework.System.Math\bin\Release\System.Math.pe" target="lib\System.Math.pe" />
30-
<file src="nanoFramework.System.Math\bin\Release\System.Math.xml" target="lib\System.Math.xml" />
31-
<file src="assets\readme.txt" target="" />
3228
<file src="README.md" target="docs\" />
33-
<file src="assets\nf-logo.png" target="images" />
29+
<file src="assets\readme.txt" target="" />
3430
<file src="LICENSE.md" target="" />
31+
<file src="assets\nf-logo.png" target="images" />
32+
<file src="nanoFramework.System.Math\bin\Release\System.Math.*" target="lib\netnano1.0" />
3533
</files>
3634
</package>

0 commit comments

Comments
 (0)