Hi
I’m tring to install the OctoPack via the “Package Manager Console”, but keep getting a "NETFramework,Version=v2.0"
If i change the .NET Framework to 4.0, everything is OK.
Can i install an alternative package (for TeamCity->Octopus integration) so i don’t have to change my .NET Framework from 2.0 to 4.0?
Here is the “Package Manager Console” output:
PM> Install-Package OctoPack
Successfully installed ‘OctoPack 3.0.20’.
Successfully uninstalled ‘OctoPack 3.0.20’.
Install failed. Rolling back…
Install-Package : Could not install package ‘OctoPack 3.0.20’. 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: (
[Install-Package], InvalidOperationException
- FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
- CategoryInfo : NotSpecified: (
PM>
Tnx,
Yori