FubuMvcArchive / ripple

Super charged dependency management with Nuget without the merge hell
http://fubuworld.com/ripple
Other
45 stars 35 forks source link

Multiple Versions of same package #247

Open danielmarbach opened 10 years ago

danielmarbach commented 10 years ago

Hy

I know this issue is against the whole philosophy of ripple. But nonetheless I want to mention it here and see what the options for my scenario are.

Machine.Specifications has a Resharper Runner. The resharper runner has a project for each Resharper Version. Apart from 8.0 all the SDK stuff will be released as nugets under the same name (see http://www.nuget.org/packages/JetBrains.ReSharper.SDK/8.0.1243). But in that case I need for the 8.0 project a FIXED dependency to the SDK 8.0.1243 and for the 8.1 project a FIXED dependency to the 8.1 SDK. Is there a possible future way we could enable such scenarios in ripple or should I use for those cases classic nuget packages and nuget package restore?

Thanks for your feedback