Shamnani Kamlesh
Shamnani Kamlesh

Reputation: 452

How to create meta package (package of all packages) from local nuget packages?

How to create a meta package (package of all packages) like Microsoft.AspNetCore.All in nuget for own libraries?

Upvotes: 0

Views: 106

Answers (1)

Shamnani Kamlesh
Shamnani Kamlesh

Reputation: 452

The only way I have found is to reference individual packages in Directory.Build.targets that were referenced in the meta package.

Upvotes: 1

Related Questions