Skip to content

Can't install nuget package to non-Silverlight WP project #5

@JamieKitson

Description

@JamieKitson

I can't add this alpha version to my non-Silverlight (WinRT/Windows Store?) WP app, despite the fact that I can add the dlls as references if I browse to them. Previous versions of FlickrNet look ok to add.

PM> Install-Package FlickrNet -Pre
'FlickrNet 4.0.3-alpha' already installed.
Adding 'FlickrNet 4.0.3-alpha' to FlickrAutoUploader.
Install-Package : Could not install package 'FlickrNet 4.0.3-alpha'. You are trying to install this package into a project that 
targets 'WindowsPhoneApp,Version=v8.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 FlickrNet -Pre
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

PM> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions