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 experience a slight inconsistency between install --hard and update.
With a git-wise clean solution, when I run paket update the MSpec package got updated (see #292, but unrelated to this issue). Because the MSpec structure hasn't changed I expect no changes to my csprojs. But paket added System.Core references for a totally unrelated library: Castle.Windsor.
I experience a slight inconsistency between
install --hard
andupdate
.With a git-wise clean solution, when I run
paket update
the MSpec package got updated (see #292, but unrelated to this issue). Because the MSpec structure hasn't changed I expect no changes to my csprojs. But paket addedSystem.Core
references for a totally unrelated library: Castle.Windsor.Then, when I run another
paket install --hard
theseSystem.Core
references are removed again.The text was updated successfully, but these errors were encountered: