You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I define global that I don't need the local copy of the libraries. I mark copy_local:true in the paket.references of the project that has the direct dependency on the library. this work very well.
All test projects need always some dependencies (NUnit, Moq etc.). I thoght if I mark them copy_local:true in the paket.depencencies this should work. But it doesn't. The references in this projects are not marked for copy local. Is this a bug or wanted behaviour?
The text was updated successfully, but these errors were encountered:
In the
paket.dependencies
I have the following declaration:I define global that I don't need the local copy of the libraries. I mark
copy_local:true
in thepaket.references
of the project that has the direct dependency on the library. this work very well.All test projects need always some dependencies (NUnit, Moq etc.). I thoght if I mark them
copy_local:true
in thepaket.depencencies
this should work. But it doesn't. The references in this projects are not marked for copy local. Is this a bug or wanted behaviour?The text was updated successfully, but these errors were encountered: