I was working a plugin project on the Windows system, and when I try to clone and open repository in Visual Studio on my Mac system. Expected outcome happened, .dll directories changed.
When I try to browse and add .dll files, I couldn’t find .dlls in the Rhino6 package as well as Windows version.
*.dll are Windows specific and don"t work on OSX(without workarounds). Have you tried creating a new project on the mac to look up all the references first, and change accordingly?
Thanks for your answer. I tried what you said before.
The files which coming from Windows named as Resources but in MacOS named as Dependencies.
Now, I found the solution, I am adding images here in case of someone encounter with same issue.
The best way would ideally be to change our templates on windows to use the NuGet Packages instead of referencing the installed assemblies directly, or at least have that option. This should work for both Mac and Windows.
I do have dotnet templates that we could upload to nuget.org so people could use dotnet new to create projects as well, but the above would be more ideal.