NuGet Private Assets not allowing access as dependency
I have one application that depends on another project. That project uses a NuGet Package. I want that NuGet package to only be availble for that core library to actually use; however, I still need it to be available as a dependency for the application.
seems to actually not even allow usage as a dependency... But in reality I just want the package to not be exposed directly to the programmer when working on the actual application. Any ideas?
0 Replies