Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Change output directory of nuget package - C#
C
C#
•
4y ago
•
10 replies
swagrid
Change output directory of nuget package
Usually
, nuget package assemblies and dependencies are copied to OutDir during build
, e
.g
.
bin\Debug\net6.0
bin\Debug\net6.0
. Is it possible to
1
. put all the assemblies and dependencies of a specific nuget package in a different folder
(e
.g
.
OutDir/sub
OutDir/sub
) without having to fall back to manually
Copy
Copy
them in a target
.
2
. configure that output directory form within the nuget package itself
(i
.e
. via some props or targets
)
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Copy PackageReferences to output directory
C
C# / help
4mo ago
❔ Create NuGet packages package extensions
C
C# / help
3y ago
NuGet package project references
C
C# / help
17mo ago
nuget package compatibility issues
C
C# / help
2y ago