fix nuspec for targeting net47

This commit is contained in:
Andrew Welker
2020-06-21 00:13:23 -06:00
parent 0703e77a6e
commit 2cc841ead8

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>