Merge branch 'rel/1.0.0-msbuild1-update1' into feature/msbuild
This commit is contained in:
commit
15a877e7fb
|
|
@ -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>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004050",
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview3-004056",
|
||||
"Microsoft.Extensions.Logging": "1.0.0",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
||||
"Microsoft.Extensions.Process.Sources": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue