When I want to do my own NuGet package with custom authentication scheme, I need to download Microsoft.AspNetCore.Authentication
that contains the AuthenticationScheme
class. I need only this one class but together with this package 36 transitive packages are downloaded. How can I reject these extra packages? Is it possible?
↧
Can I download only necessary NuGet packages and skip transitive dependencies?
↧