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:
|
- Add `Microsoft.DotNet.Watcher.Tools` to the *.csproj* file:
|
||||||
```xml
|
```xml
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" />
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
|
||||||
</ItemGroup> ```
|
</ItemGroup>
|
||||||
|
```
|
||||||
|
|
||||||
- Run `dotnet restore`.
|
- Run `dotnet restore`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue