J'essaie d'installer Win2D dans Visual Studio. J'ai exécuté la commande suivante dans la console du gestionnaire de paquets nuget :
PM> Install-Package Win2D
Je reçois l'erreur suivante :
Install-Package : Could not install package 'Win2D 0.0.10'. You are trying to install this package into a project that
targets '.NETFramework,Version=v4.5', 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 Win2D
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Je viens d'installer Visual Studio Community 2013 aujourd'hui et je dois donc avoir la dernière version. Que dois-je faire de mal ?