Replies: 2 comments 3 replies
-
That should be correct - this is a pretty simple example that I would expect to Just Work. Can you check that you're not looking at an old version of the nuget package you're creating? You may need to delete it from your bin directory to ensure it gets re-created. |
Beta Was this translation helpful? Give feedback.
-
Hi Baron, that is a good point. Unfortuntately I can confirm that what you're writing is not the problem. I have this exact same situation with all my Nuget packages (I have 5 now, some .NET Standard, some .NET Framework and this the only .NET Core). All my Nuget packages have this same issue. |
Beta Was this translation helpful? Give feedback.
-
Hi again,
I have another behaviour that I expected differently after reading about it a lot. I'm talking about dependencies. Consider the following situation:
When adding my Nuget package in a different project, I would have expected to now see dependancies. However, I do not. What am I doing wrong?
My interpretation of this is that what I have should work: https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files
Woudjee
Beta Was this translation helpful? Give feedback.
All reactions