You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
I have a project.json that depends on FluentMigrator version 1.5.1.0. This package defines its version as 1.5.1.0. If I try to install my package (FluentMigrator.Runner.Aspnet):
Could not find a part of the path 'C:\Users\username\.dnx\bin\packages\FluentMigrator\1.5.1.0\FluentMigrator.1.5.1.0.nupkg.sha512'.
It is looking for the 1.5.1.0 directory, but dnu is saving it without the last .0, so I have on disk only the $HOME\.dnx\bin\packages\FluentMigrator\1.5.1 directory. And installation fails.