Update the content with incorrect/missing version (#2956)

* Update the content with incorrect/missing version

For .NET Core 1.1.1, the dotnet-watch version should change to 1.0.0.-*

* Update dotnet-watch.md
pull/2966/head
Blackie Tsai 2017-03-14 04:57:53 +08:00 committed by Rick Anderson
parent c9cc2f4248
commit 38d4c0e385
1 changed files with 4 additions and 3 deletions

View File

@ -47,8 +47,9 @@ Navigate to the product API (`http://localhost:5000/api/math/product?a=4&b=5`),
- Add `Microsoft.DotNet.Watcher.Tools` to the *.csproj* file:
```xml
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" />
</ItemGroup> ```
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
</ItemGroup>
```
- Run `dotnet restore`.