You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering what the recommended solution to the following problem is.
We have a repository named Utilities that contains multiple projects. For some of the projects in the Utility repository they include their own props and targets files. During the NuGet packaging process they are included. When users reference these packages via NuGet everything works as we would expect them to.
The problem is for projects in the same repository we typically use ProjectReferences instead of PackageReference.
Project1 has ProjectReference to Project2
Project2 contains a props and targets file
Project1 builds but the props and targets file from Project2 are not factored in
It feels like this is probably a common problem or at least one where I'm not the first person to run into it. Are there any recommendations to solve this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was wondering what the recommended solution to the following problem is.
We have a repository named Utilities that contains multiple projects. For some of the projects in the Utility repository they include their own props and targets files. During the NuGet packaging process they are included. When users reference these packages via NuGet everything works as we would expect them to.
The problem is for projects in the same repository we typically use ProjectReferences instead of PackageReference.
Project1 has ProjectReference to Project2
Project2 contains a props and targets file
Project1 builds but the props and targets file from Project2 are not factored in
It feels like this is probably a common problem or at least one where I'm not the first person to run into it. Are there any recommendations to solve this problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions