Merge branch 'release' into dev

This commit is contained in:
Victor Hurdugaci 2016-04-28 10:40:54 -07:00
commit 97e9c490d9
1 changed files with 5 additions and 2 deletions

View File

@ -4,13 +4,16 @@ dotnet-watch
### How To Install
Add `dotnet-watch` to the `tools` section of your `project.json` file:
Add `Microsoft.DotNet.Watcher.Tools` to the `tools` section of your `project.json` file:
```
{
...
"tools": {
"dotnet-watch": "1.0.0-*"
"Microsoft.DotNet.Watcher.Tools": {
"version": "1.0.0-*",
"imports": "portable-net451+win8"
}
}
...
}