Issue Installing Octopus.Client

We are trying to install the client with the following: Install-Package Octopus.Client

We are getting the following error:

Install-Package : Unable to find dependent package(s) (Microsoft.NETCore.Portable.Compatibility)
At line:1 char:1

  • Install-Package Octopus.Client
  •   + CategoryInfo          : ObjectNotFound: (Microsoft.NETCore.Portable.Compatibility:String) [Install-Package], Exc
     eption
      + FullyQualifiedErrorId : UnableToFindDependencyPackage,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPack
     age
    
    

Is this a known issue with the latest version of the client?

Thanks

This was resolved by installing Microsoft.NETCore.Portable.Compatibility version 1.0.2 manually first.