Remove Microsoft.Extensions.SecretManager.Tools tool reference so the build passes.
This commit is contained in:
parent
bd9c6600e8
commit
a7abb0d78f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue