using AssemblySearchPaths in csproj files

后端 未结 2 839
清歌不尽
清歌不尽 2021-02-08 10:28

I am trying to set up my csproj files to search for dependencies in a parent directory by adding:


    
       ..         


        
2条回答
  •  说谎
    说谎 (楼主)
    2021-02-08 11:19

    Can you change the value of the "AssemblySearchPaths" property within the Target "BeforeResolveReferences" and see if that solves your issue?

        
    
        
    
    
    

提交回复
热议问题