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 cloned the identity repo and brached out. When I run the kpm restore against this project.json file (under Identity\src\Microsoft.AspNet.Identity.RavenDB dir), I get the following error:
> Unable to locate RavenDB.Client >= 2.5.2879
Here is the complete output:
> D:\Dropbox\AppsPublic\Identity\src\Microsoft.AspNet.Identity.RavenDB>CALL "C:\Users\Tugberk\.kre\packages\KRE-svr50-x86.0.1ha-build-0446\bin\KLR.cmd" --lib "C:\Users\Tugberk\.kre\packages\KRE-svr50-x86.0.1-alpha-build-0446\bin\;C:\Users\Tugberk\.packages\KRE-svr50-x86.0.1-alpha-build-0446\bin\lib\Microsoft.Framework.PackageManager" "Microsoft.Framework.PackageManagerstore
> Restoring packages for D:\Dropbox\AppsPublic\Identity\src\Microsoft.AspNet.Identity.RavenDB\project.json
> Attempting to resolve dependency Microsoft.AspNet.Identity.RavenDB >= 0.1-alpha-SNAPSHOT
> Attempting to resolve dependency Microsoft.AspNet.Identity >=
> Attempting to resolve dependency Microsoft.AspNet.HttpFeature >= 0.1-alpha
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature'
> Attempting to resolve dependency Microsoft.AspNet.Security.DataProtection >= 0.1-alpha
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection'
> Attempting to resolve dependency Microsoft.Framework.ConfigurationModel >= 0.1-alpha
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel'
> Attempting to resolve dependency Microsoft.Framework.DependencyInjection >= 0.1-alpha
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection'
> Attempting to resolve dependency System.Security.Claims >= 0.1-alpha
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Security.Claims'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Security.Claims'
> Attempting to resolve dependency RavenDB.Client >= 2.5.2879
> GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='RavenDB.Client'
> GET https://nuget.org/api/v2/FindPackagesById()?Id='RavenDB.Client'
> Attempting to resolve dependency mscorlib >=
> Attempting to resolve dependency System >=
> Attempting to resolve dependency System.Core >=
> Attempting to resolve dependency Microsoft.CSharp >=
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='RavenDB.Client' 795ms
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection' 1045ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel' 1435ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection' 1449ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature' 1476ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection' 1484ms
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Security.Claims' 1767ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='System.Security.Claims' 2650ms
> OK https://nuget.org/api/v2/FindPackagesById()?Id='RavenDB.Client' 3223ms
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection' 22916ms
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature' 24427ms
> OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel' 25059ms
> Resolving complete, 25406ms elapsed
The text was updated successfully, but these errors were encountered:
I cloned the identity repo and brached out. When I run the
kpm restore
against this project.json file (under Identity\src\Microsoft.AspNet.Identity.RavenDB dir), I get the following error:Here is the complete output:
The text was updated successfully, but these errors were encountered: