Skip to content

Commit 4736ba2

Browse files
committed
Fix nuspec to target .NET 4.6.1
Signed-off-by: José Simões <[email protected]>
1 parent abbd0f9 commit 4736ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MetadataProcessor.Core/package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
</dependencies>
2828
</metadata>
2929
<files>
30-
<file src="bin\Release\nanoFramework.Tools.MetadataProcessor.Core.dll" target="build" />
30+
<file src="bin\Release\nanoFramework.Tools.MetadataProcessor.Core.dll" target="lib/net461" />
3131
</files>
3232
</package>

0 commit comments

Comments
 (0)