From 38d4c0e385aa8d68440118a12d6dd1e94aa7bfd2 Mon Sep 17 00:00:00 2001 From: Blackie Tsai Date: Tue, 14 Mar 2017 04:57:53 +0800 Subject: [PATCH] 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 --- aspnetcore/tutorials/dotnet-watch.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/aspnetcore/tutorials/dotnet-watch.md b/aspnetcore/tutorials/dotnet-watch.md index f278e067ad..64e24e45b4 100644 --- a/aspnetcore/tutorials/dotnet-watch.md +++ b/aspnetcore/tutorials/dotnet-watch.md @@ -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 - - ``` + + + ``` - Run `dotnet restore`. @@ -100,4 +101,4 @@ Verify `http://localhost:5000/api/math/product?a=4&b=5` returns the correct resu dotnet-watch is part of the GitHub [DotNetTools repository](https://github.com/aspnet/DotNetTools/tree/dev/src/Microsoft.DotNet.Watcher.Tools). -The [MSBuild section](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md#msbuild) of the [dotnet-watch ReadMe](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md) explains how dotnet-watch can be configured from the MSBuild project file being watched. The [dotnet-watch ReadMe](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md) contains information on dotnet-watch not covered in this tutorial. \ No newline at end of file +The [MSBuild section](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md#msbuild) of the [dotnet-watch ReadMe](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md) explains how dotnet-watch can be configured from the MSBuild project file being watched. The [dotnet-watch ReadMe](https://github.com/aspnet/DotNetTools/blob/dev/src/Microsoft.DotNet.Watcher.Tools/README.md) contains information on dotnet-watch not covered in this tutorial.