Ensure .targets files are included in dotnet-watch

This commit is contained in:
Nate McMaster 2016-11-16 14:10:12 -08:00
parent 363ddf73a6
commit e2c4e36d78
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@
<file src="dotnet-watch.dll" target="lib\netcoreapp1.0\" />
<file src="dotnet-watch.deps.json" target="lib\netcoreapp1.0\" />
<file src="dotnet-watch.runtimeconfig.json" target="lib\netcoreapp1.0\" />
<file src="tools/*.targets" target="tools\" />
<file src="tools\*.targets" target="tools\" />
</files>
</package>