C#C
C#2y ago
mindhardt

Nuget publish with dependency

I have my library solution which has 3 projects:
Core
  • holds base classes, required in package
    Generator
    • a source generator, required in package
      Sample
      • a test project, not required in package
ow do I publish only Core and Generator projects, since they do not make sense without one other I thought it would be nice to include both of them into one package? How do I achieve this? All the guides I found seem kinda confusing, for now I would be happy with "just works" solution
Was this page helpful?