I'm just starting to work with Universal Apps in VS2015 (C#). Nuget is on version 3.3. I was able to install the package Newtonsoft.json through nuget with no issues. However, when I try to install DotNetOpenAuth I get a message "Package restore failed. Rolling back package changes for 'TestLibrary'. I have nuget auto package restore turned on. If I run install-package DotNetOpenAuth from the package manager console I get:
install-package : DotNetOpenAuth.OpenId.RelyingParty.UI 4.3.4.13329 is not compatible with UAP,Version=v10.0.
At line:1 char:1
install-package DotNetOpenAuth
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CategoryInfo : NotSpecified: (:) [Install-Package], Exception
FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
install-package : DotNetOpenAuth.OpenId.Provider.UI 4.3.4.13329 is not compatible with UAP,Version=v10.0.
At line:1 char:1
for each of the components it tries to install.
Is DotNetOpenAuth not compatible with Universal Apps or is there a workaround?