waqaskhan540 / identityserver-token-exchange

A solution for exchanging external (Facebook,Google,Twitter etc) tokens with IdentityServer access token.
GNU General Public License v3.0
15 stars 20 forks source link

The type 'IIdentityServerBuilder' is defined in an assembly that is not referenced. You must add a reference to assembly 'IdentityServer4, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. #5

Open redplane opened 5 years ago

redplane commented 5 years ago

Hi,

I'm trying to use your nuget but when I register it to IdentityServer4, it throws me the error:

The type 'IIdentityServerBuilder' is defined in an assembly that is not referenced. You must add a reference to assembly 'IdentityServer4, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'.

Any updates for IdentityServer4 2.4 ?

Thanks

mgpepe commented 4 years ago

That's too bad, since this solution looked pretty good otherwise