FubuMvcArchive / ripple

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

ripple install and PCL libraries #260

Open ursenzler opened 10 years ago

ursenzler commented 10 years ago

When I use ripple install <packageId> -p MyPCLLibrary and MyPCLLibrary is a PCL library (.Net45, Win8 Store App), the reference is not written into the csproj file.

The package is downloaded and extracted into the packages folder. Only the update of the csproj is missing.