-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
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
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/
. Now my project json file looks likes this :
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 :
Any Idea ??