.net - Creating NuGet Package with Package References -


i creating package has package references:

enter image description here

also here bootstrap4nhibernate

as can see have added package references package ok. however, when add package project doesn't add references downstream package dlls (fluentnhib, mpm.pdag etc). i'm guessing need configure package i'm not sure how?

i got working adding references without putting them in group. nuget package explorer doesn't allow exported package nuspec file, took packages out of group tag, reloaded nuspec file , i'm sorted.

this has groups/framework versions, perhaps fix isn't best fix works in use case.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -