C
C#12h ago
Nolram

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.
<PrivateAssets>all</PrivateAssets>
<PrivateAssets>all</PrivateAssets>
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
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?