Referenced project dependencies DLL are not being copied

后端 未结 1 319
一个人的身影
一个人的身影 2021-01-18 01:04

My project solution is currently having three projects:

  1. MyProject, which is my main startup project (using .NET Framework 4.7) -
相关标签:
1条回答
  • 2021-01-18 01:27

    Solved this by adding the following line into my .csproj file:

    <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
    

    Specifically to the PropertyGroup group.

    Not sure why it makes such difference, if anyone could explain and post in the comment it would be great. Any additional informations I will add to this answer.

    0 讨论(0)
提交回复
热议问题