'Does Refit work with Asp.net MVC or must it be used only in Asp.net Core

I am attempting to create an SDK for an Asp.net Core 3.1 Web Api. Everything I have found through internet searches suggest and provide examples using Refit. I am trying to test the SDK in an Asp.net MVC project, however, when I attempt to install the latest version, it throws several errors and says that "Refit" cannot be found:

enter image description here

Is there a particular version of Refit that must be used?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source