0

I'm working on a new nuget package, which I set to be automatically deployed to a certain location on my machine.

However, how do I reference that local nuget package in my demo project using Package Reference in my csproj?

I mean, how do I add a local nuget repository source in Visual Studio Code?

... or I should always use: dotnet add package PackageName -Source private-repo-source with some pre-build task.

Gremlin X
  • 73
  • 3

0 Answers0