I tried to install ASP.NET MVC6 Secret Manager package with DNVM 1.0.0-beta4. It failed with:
Unable to locate SecretManager >= 1.0.0-beta4-10173
There is an easy fix: you can remove the last part of the version identifier.
- Open project.json file
- Change version to
"dependencies": {
"SecretManager": "1.0.0-beta4-*"
},
Files to be changed:
Package path: | %UserProfile%\.dnx\packages\SecretManager\1.0.0-beta4\app\project.json |
Cache path: | %UserProfile%\.dnx\bin\packages\SecretManager\1.0.0-beta4\app\project.json |
No comments:
Post a Comment