In my ASP.NET Core project I want to use the library which is located on the Nexus.I registered the Nuget Manager in the resources with a link to the Nexus Repository where the required library is located.The library was successfully installed through the Nuget Manager depending on the project.But I can't use it.
How to access this package through using?