Package .json files in nupkg output

This commit is contained in:
Dan Balasescu 2022-05-18 14:05:21 +09:00
parent 79215c37a4
commit 3f71224dfc
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@
<file src="**.exe" target="lib\net45\" exclude="**vshost**"/>
<file src="**.dll" target="lib\net45\"/>
<file src="**.config" target="lib\net45\"/>
<file src="**.json" target="lib\net45\"/>
</files>
</package>