How to fix the error

@CSH,

The package you are trying to install isn’t compatible with the project version that is windows compatibility.

You have 4 options

  1. Connect with the developer and ask to upgrade the package to windows compatibility.
  2. If you are the developer of the package upgrade it, publish it and then use it.
  3. Downgrade your project to windows legacy. This is not recommended because windows legacy going to deprecated soon.
  4. Develop the logic on your own instead of relying on the library.
1 Like