Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Should there be Microsoft.Extensions.SecretManager.Tools package for older versions of .NET? #198

Closed
hlubovac opened this issue Oct 14, 2016 · 2 comments

Comments

@hlubovac
Copy link

I realize the development of this is still in works, but I hope there will be matching package for older versions of .NET integrated into the dotnetcore template/setup (project.json > frameworks) - because the current one definitely does not pass the nuget-restore step.

Thanks.

@natemcmaster
Copy link
Contributor

The tool should be installed in the "tools" section of project.json. This should be independent of the frameworks you are using in your project. If you're trying to install via NuGet CLI or GUI, it's probably being put in "dependencies", which is #157 and will be resolved in the next release.

@hlubovac
Copy link
Author

hlubovac commented Oct 14, 2016

Thank you! Works. I had the same entry in dependencies that I didn't realize I had, and it was somehow conflicting with the same entry in tools. Now it works. Thanks again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants