Pain-free local development while also referencing NuGet packages

后端 未结 7 622
青春惊慌失措
青春惊慌失措 2020-12-12 19:24

I am attempting to publish and consume versioned NuGet packages of class libraries while avoiding headaches for local development. Here is a sample Visual Studio solution la

7条回答
  •  [愿得一人]
    2020-12-12 19:55

    In the properties of ApplicationD, go to the "Reference Paths" tab and add the path of the output folder of LibraryA. Then, if you change and build LibraryA, the next build of ApplicationD will use the modified LibraryA.

    When you are finished, don't forget to remove the "Reference Paths" and update the referenced NuGet package version.

提交回复
热议问题