fix nuspec for targeting net47

This commit is contained in:
Andrew Welker
2020-06-21 00:13:23 -06:00
parent 8c0e27c981
commit 220254a052

View File

@@ -16,6 +16,6 @@
</metadata>
<files>
<file src="**" target="lib\net35"/>
<file src="**" target-"lib\net47"/>
<file src="**" target="lib\net47"/>
</files>
</package>