Shared class library - MAUI and ASP.NET Core

84 Views Asked by At

Is it possible to share a class library between a .NET MAUI app and an ASP.NET Core app?

I have an API and MAUI api that share the same model which I would like to put into a class library but I can't find a way to do it.

0

There are 0 best solutions below