Skip to content

Packages restore failed #745

@subek

Description

@subek

Package restore

Package restore failed in asp.net core 1.1
Note : i am referencing my project to

"frameworks": {
"net461": { }
},

Recently i upgraded my project from asp.net core 1.0 to 1.1 and it works fine on my old laptop by i switched the project to fresh new laptop ,Installed visual studio 15 .here is the configuration of the VS 15
image
I have also installed the required SDK as mentioned on this link
https://jeremylindsayni.wordpress.com/2016/11/20/upgrading-from-net-core-1-0-t0-1-1-with-visual-studio-2015/
image
. Now my project json file looks likes this :
image
and global.json looks like this

{
"projects": [ "." ]
}

but as you can see the packages are not loading as expected.
when i do dotnet restore from the package manager console
i get something like this :
image
Any Idea ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions