mbraceproject / MBrace.StarterKit

A collection of demos and tutorials for MBrace
http://mbrace.io
57 stars 34 forks source link

MBrace.Thespian 1.1.8 NuGet pkg missing dependencies #84

Closed evilpepperman closed 8 years ago

evilpepperman commented 8 years ago

When using NuGet to fetch MBrace.Thespian 1.1.8, it says it's missing a dependency: "Thespian". In the manifest, the dependency is "Thespian (>= 0.1.11-alpha && <0.2.0".

eiriktsarpalis commented 8 years ago

Strange, I'm getting this too. Was able to resolve it by installing Thespian first followed by MBrace.Thespian. Be sure to include prereleases too.

evilpepperman commented 8 years ago

That's it, Eirik! I was expecting Thespian to be fetched automatically. As soon as I allow prerelease, and explicitly load Thespian, MBrace.Thespian is fetched successfully.