Update README.md

[ci skip]
This commit is contained in:
Nate McMaster 2017-02-14 12:11:39 -08:00 committed by GitHub
parent 3611adb894
commit 60a06b2e07
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Install `Microsoft.DotNet.Watcher.Tools` as a `DotNetCliToolReference` to your p
```xml
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild2-final" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0-msbuild3-final" />
</ItemGroup>
```
@ -95,4 +95,4 @@ Example:
<ItemGroup Condition="'$(DotNetWatchBuild)'=='true'">
<!-- only included in the project when dotnet-watch is running -->
</ItemGroup>
```
```