Skip to content

Commit 7d0b33a

Browse files
vanillajonathanscottaddie
authored andcommitted
Bumped version from 1.0 to 2.0 (#4242)
1 parent 6ece943 commit 7d0b33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/dotnet-watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Navigate to the product API (`http://localhost:5000/api/math/product?a=4&b=5`),
4747
- Add `Microsoft.DotNet.Watcher.Tools` to the *.csproj* file:
4848
```xml
4949
<ItemGroup>
50-
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
50+
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" />
5151
</ItemGroup>
5252
```
5353

0 commit comments

Comments
 (0)