Octo Pack 3.0.42 Installation Problem

Hi Everyone!

I’m facing a problem when trying to install Octo Pack 3.0.42 into one of my solution here. Anyone kindly advise any solution for this?
You may refer to the error message below or the attached screenshot.

Thanks in advance :slight_smile:

Install failed. Rolling back…
Install-Package : Could not install package ‘OctoPack 3.0.42’. You are trying to install this package into a project that targets
‘.NETFramework,Version=v2.0’, 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:16

  • Install-Package <<<< Octopack
  • CategoryInfo : NotSpecified: (:slight_smile: [Install-Package], InvalidOperationException
  • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

Hi,

Thanks for reaching out. Your app needs to be on .Net framework 3.5 or higher to use Octopack. If you cannot permanently upgrade to 3.5, we’ve heard of teams that upgraded their apps to 3.5 just to add Octopack, and then moved it back to 2.0.

Hope that helps

Dalmiro