In my solution I have a project named Something.IdentityServer
. In it, I need to use a nuget package named IdentityServer.External.TokenExchange
.
Now, when I need to use anything from that package, I need to make references to it, however, the using directive thinks I want to use my Something.IdentityServer
instead of the IdentityServer
from the nuget package.
What can I do to solve that problem?