Skip to content

Commit f0fd8bb

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 f2fbfff commit f0fd8bb

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

nanoFramework.System.IO.Hashing.nuspec

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

0 commit comments

Comments
 (0)