Update dependency version and explicitly require files in nuspec
This commit is contained in:
parent
a6f4a38202
commit
2a0e827f9b
|
|
@ -25,6 +25,9 @@
|
||||||
<file src="dotnet-watch.dll" target="lib\netcoreapp1.0\" />
|
<file src="dotnet-watch.dll" target="lib\netcoreapp1.0\" />
|
||||||
<file src="dotnet-watch.deps.json" 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="dotnet-watch.runtimeconfig.json" target="lib\netcoreapp1.0\" />
|
||||||
|
<file src="tools\DotNetWatchCommon.targets" target="tools\" />
|
||||||
|
<file src="tools\DotNetWatchInner.targets" target="tools\" />
|
||||||
|
<file src="tools\DotNetWatchOuter.targets" target="tools\" />
|
||||||
<file src="tools\*.targets" target="tools\" />
|
<file src="tools\*.targets" target="tools\" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004050",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004056",
|
||||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0",
|
||||||
"Microsoft.Extensions.Logging": "1.0.0",
|
"Microsoft.Extensions.Logging": "1.0.0",
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue