Remove DotNetCliToolReference's to workaround NuGet/Home#5716
This commit is contained in:
parent
16c267d95e
commit
81af619cf7
|
|
@ -17,8 +17,11 @@
|
||||||
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Removed to workaround https://github.com/NuGet/Home/issues/5716
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="$(AspNetCoreVersion)" />
|
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
-->
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue