openstack.net icon indicating copy to clipboard operation
openstack.net copied to clipboard

Windows 8 or 8.1 Store Apps support

Open hdansou opened this issue 10 years ago • 0 comments

I tried to create a Windows store project in visual studio 2013 and 2012 and when I install the openstack.net package, I get the following error on line 26:

Package Manager Console Host Version 2.7.40808.226

PM> Install-Package openstack.net
Attempting to resolve dependency 'SimpleRESTServices (≥ 1.1.1.0)'.
Attempting to resolve dependency 'Newtonsoft.Json (≥ 5.0.6)'.
Installing 'SimpleRESTServices 1.1.1.0'.
You are downloading SimpleRESTServices from Alan Quillin, the license agreement to which is available at https://github.com/JSIStudios/SimpleRestServices/wiki/License. Check the package for additional dependencies,which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
Successfully installed 'SimpleRESTServices 1.1.1.0'.
Installing 'openstack.net 1.1.3.2'.
You are downloading openstack.net from alanquillin,   kravi,   ejwebb,   jasonmitschke,   bretmc, the license agreement to which is available at https://github.com/openstacknetsdk/openstack.net/wiki/Copyright. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.

Successfully installed 'openstack.net 1.1.3.2'.
Adding 'SimpleRESTServices 1.1.1.0' to Case(X).
Uninstalling 'SimpleRESTServices 1.1.1.0'.
Successfully uninstalled 'SimpleRESTServices 1.1.1.0'.
Install failed. Rolling back...
Install-Package : Could not install package 'SimpleRESTServices 1.1.1.0'. You are trying to install this package into a project that targets '.NETCore,Version=v4.5.1', but the package does not contain any assembly references or content files that are compatible
with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package openstack.net
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

PM>

hdansou avatar Sep 20 '13 04:09 hdansou