Ich versuche Jint von Nuget zu installieren, aber es scheitert, egal, was .Net Version I sellect (I 4.5 ideal Ziel)Nuget Paket konnte nicht installiert Jint
PM> Install-Package Jint
Successfully installed 'Jint 2.8'.
Successfully uninstalled 'Jint 2.8'.
Install failed. Rolling back...
Install-Package : Could not install package 'Jint 2.8'. You are trying to install this package into a project that targets '.NETFramework,Version=v3.5,Profile=Client',
but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.
At line:1 char:16
+ Install-Package <<<< Jint
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Siehe, Du hast richtig die Versionen geändert, https://msdn.microsoft.com/en-us/library/bb398202.aspx – SilentCoder
Wenn dies eine Frage ist, ja, ich habe – JDE
Es gibt eine Jint Gabel auf v2.4 kompatibel mit .Net 3.5: https://github.com/Nogrod/jint – Hannobo