Unable to update KITE API 3.1.0 to 4.1.1

sillyatom
sillyatom edited April 2023 in .Net API client
Hi,
While updating Kite API from 3.1.0 t0 4.1.1 getting the following error
Could not install package 'Tech.Zerodha.KiteConnect 4.1.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', 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.

Please revert back with a solution asap.

Thanks
  • tonystark
    .NET target of the library is now net6.0. Previous target netstandard2.0 has reached end-of-life as of Dec 2022. You can upgrade to 4.0.1 which is the last version targeting netstandard2.0 and your .NET framework version should support it.

    We recommend using the latest .NET framework supported by Microsoft to be up to date with the security patches.
This discussion has been closed.