mrsheepuk / ASPNETSelfCreatedTokenAuthExample

Example of how to protect an ASP.NET Core (1.0.1) Web API using simple self-created JWT bearer tokens.
http://stackoverflow.com/a/33217122/789529
173 stars 64 forks source link

Can't run #17

Closed zh-wowtv closed 8 years ago

zh-wowtv commented 8 years ago

Got the following problem:

NU1001 The dependency Microsoft.AspNet.FileProviders.Physical >= 1.0.0-rc1-final could not be resolved. TokenAuthExampleWebApplication X:\dotnet\ASPNETSelfCreatedTokenAuthExample\src\TokenAuthExampleWebApplication\project.json 1

zh-wowtv commented 8 years ago

I think it's just networking issue.