asp.net core - Unable to resolve Microsoft.AspNet.RequestContainer >= 1.0.0-beta4-11232 -


in project installing microsoft.aspnet.security.oauthbearer 1.0.0-beta4-11758 , continues can't find reference dependency microsoft.aspnet.requestcontainer >= 1.0.0-beta4-11232

now can't find reference anywhere, in nightly builds.

is able going on here. can't use beta3 @ moment because dnx , other packages required beta4.

ok, found out issue, more namespace changes happened. suppose in beta releases.

i should using microsoft.aspnet.authentication.oauthbearer not microsoft.aspnet.security.oauthbearer. looks security namespace has changed across board.

to others find these kinds of issues @ nightly build page

https://www.myget.org/gallery/aspnetvnext

switch between master , dev version note changes.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -