Skip to content

Commit 8b1a246

Browse files
authored
Fix path in nuspec (#2)
1 parent 8bec18a commit 8b1a246

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nanoFramework.System.Device.I2c.Slave.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ This package requires a target with System.Device.I2c.Slave v$nativeVersion$ (ch
2323
</dependencies>
2424
</metadata>
2525
<files>
26-
<file src="System.Device.I2c\bin\Release\System.Device.I2c.Slave.dll" target="lib\System.Device.I2c.Slave.dll" />
27-
<file src="System.Device.I2c\bin\Release\System.Device.I2c.Slave.pdb" target="lib\System.Device.I2c.Slave.pdb" />
28-
<file src="System.Device.I2c\bin\Release\System.Device.I2c.Slave.pdbx" target="lib\System.Device.I2c.Slave.pdbx" />
29-
<file src="System.Device.I2c\bin\Release\System.Device.I2c.Slave.pe" target="lib\System.Device.I2c.Slave.pe" />
30-
<file src="System.Device.I2c\bin\Release\System.Device.I2c.Slave.xml" target="lib\System.Device.I2c.Slave.xml" />
26+
<file src="System.Device.I2c.Slave\bin\Release\System.Device.I2c.Slave.dll" target="lib\System.Device.I2c.Slave.dll" />
27+
<file src="System.Device.I2c.Slave\bin\Release\System.Device.I2c.Slave.pdb" target="lib\System.Device.I2c.Slave.pdb" />
28+
<file src="System.Device.I2c.Slave\bin\Release\System.Device.I2c.Slave.pdbx" target="lib\System.Device.I2c.Slave.pdbx" />
29+
<file src="System.Device.I2c.Slave\bin\Release\System.Device.I2c.Slave.pe" target="lib\System.Device.I2c.Slave.pe" />
30+
<file src="System.Device.I2c.Slave\bin\Release\System.Device.I2c.Slave.xml" target="lib\System.Device.I2c.Slave.xml" />
3131
<file src="assets\readme.txt" target="" />
3232
<file src="README.md" target="docs\" />
3333
<file src="assets\nf-logo.png" target="images" />

0 commit comments

Comments
 (0)