Changing C# .dll references from absolute to relative

后端 未结 2 1153
眼角桃花
眼角桃花 2021-02-13 06:35

I have compiled my project and some of my project\'s added .dlls have absolute references. When I try to run my project on another machine, it looks for the .dlls from the orig

2条回答
  •  有刺的猬
    2021-02-13 07:01

    Edit the .csproj file and change the elements from absolute paths to relative paths.

提交回复
热议问题