mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +00:00
fix nuspec for targeting net47
This commit is contained in:
parent
8c0e27c981
commit
220254a052
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="**" target="lib\net35"/>
|
<file src="**" target="lib\net35"/>
|
||||||
<file src="**" target-"lib\net47"/>
|
<file src="**" target="lib\net47"/>
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue