-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I've installed the rackspace package with NuGet but am getting issues with the flurl dependency.
using net.openstack.Core.Domain;
using net.openstack.Providers.Rackspace;
namespace ConsoleApp
{
class Program
{
static void Main(string[] args)
{
CloudIdentity cloudIdentity = new CloudIdentity()
{
APIKey = "apiKey",
Username = "username"
};
CloudFilesProvider cloudFilesProvider = new CloudFilesProvider(cloudIdentity);
}
}
}System.IO.FileLoadException: 'Could not load file or assembly 'Flurl, Version=1.0.8.0, Culture=neutral, PublicKeyToken=1308302a96879dfb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels