© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
2 replies
Denis

NuGet package project references

I need to share a project from my solution as a NuGet, to provide base implementation types for my application's plugin system.
Let's call this project
BasePlugin
BasePlugin
.
BasePlugin
BasePlugin
has project dependencies that must be supplied with the produced NuGet package.

I was able to configure that; the built
nuspec
nuspec
file contains the required project references.
Done based on: https://dev.to/yerac/include-both-nuget-package-references-and-project-reference-dll-using-dotnet-pack-2d8p

However, projects referencing this NuGet cannot access types from the
BasePlugin
BasePlugin
dependencies.

How do I go about this? Not sure how to search for this.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Unresolved NuGet Dependency References
C#CC# / help
4y ago
Nuget Package: Project Reference Mutli Runtime Targeting
C#CC# / help
2y ago
❔ Execute / Run local project `.csproj` NuGet package
C#CC# / help
3y ago
Source Generator For NuGet References
C#CC# / help
4y ago