Remove Microsoft.Extensions.SecretManager.Tools tool reference so the build passes.

This commit is contained in:
Cesar Blum Silveira 2017-04-26 16:53:02 -07:00
parent bd9c6600e8
commit a7abb0d78f
1 changed files with 2 additions and 0 deletions

View File

@ -16,8 +16,10 @@
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="$(AspNetCoreVersion)" />
</ItemGroup>
<!-- TODO: restore reference when tools are working on netcoreapp2.0
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="$(AspNetCoreVersion)" />
</ItemGroup>
-->
</Project>