parent
3611adb894
commit
60a06b2e07
|
|
@ -8,7 +8,7 @@ Install `Microsoft.DotNet.Watcher.Tools` as a `DotNetCliToolReference` to your p
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<ItemGroup>
|
<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>
|
</ItemGroup>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -95,4 +95,4 @@ Example:
|
||||||
<ItemGroup Condition="'$(DotNetWatchBuild)'=='true'">
|
<ItemGroup Condition="'$(DotNetWatchBuild)'=='true'">
|
||||||
<!-- only included in the project when dotnet-watch is running -->
|
<!-- only included in the project when dotnet-watch is running -->
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue