Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

kpm restore tries to resolve framework assemblies #687

Closed
Praburaj opened this issue Oct 2, 2014 · 1 comment
Closed

kpm restore tries to resolve framework assemblies #687

Praburaj opened this issue Oct 2, 2014 · 1 comment
Assignees
Milestone

Comments

@Praburaj
Copy link
Contributor

Praburaj commented Oct 2, 2014

"frameworks": {
        "aspnet50": {
            "frameworkAssemblies": {
                "System.Xml": "4.0.0.0",
                "System.Data": "4.0.0.0"
            }
        }
    }

Try doing a kpm restore on this project.json to see this error.

Resolving complete, 7927ms elapsed
Unable to locate System.Xml >= 4.0.0.0
Unable to locate System.Data >= 4.0.0.0
Restore complete, 8526ms elapsed

#640

@Praburaj Praburaj added the bug label Oct 2, 2014
@davidfowl davidfowl added this to the 1.0.0-beta1 milestone Oct 3, 2014
@davidfowl davidfowl self-assigned this Oct 3, 2014
@davidfowl
Copy link
Member

Fixed in 0088654

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