Remove DotNetCliToolReference's to workaround NuGet/Home#5716

This commit is contained in:
Nate McMaster 2017-08-30 15:52:47 -07:00
parent 16c267d95e
commit 81af619cf7
1 changed files with 4 additions and 1 deletions

View File

@ -17,8 +17,11 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
</ItemGroup>
<!--
Removed to workaround https://github.com/NuGet/Home/issues/5716
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="$(AspNetCoreVersion)" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" />
</ItemGroup>
-->
</Project>