Я пытаюсь установить Win2D в Visual Studio. Я запустил следующее в консоли диспетчера пакетов nuget:
PM> Install-Package Win2D
Я получаю следующую ошибку:
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
Я только что установил Visual Studio Community 2013 сегодня, поэтому мне нужна самая новая версия. Что я делаю неправильно?