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>
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.