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.mdpull/2966/head
parent
c9cc2f4248
commit
38d4c0e385
|
@ -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`.
|
||||
|
||||
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue