Description
I tried to install the NuGet package in my UAP app but I get the following errors form the packagaing manager console:
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0.
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0.
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-arm).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-x64).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-x86).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : QRCoder 1.1.9 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Install-Package : Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
Paketwiederherstellungsfehler für "TempCheckPiUI".
Install-Package : Fehler bei der Paketwiederherstellung. Es wird ein Rollback der Paketänderungen für "TempCheckPiUI" ausgeführt.
In Zeile:1 Zeichen:1
- Install-Package QRCoder
-
- CategoryInfo : NotSpecified: (:) [Install-Package], Exception - FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
I could try to insert the code directly in my project but I would prefer to have the official package.