Hi guys,
I'm creating Xamarin apps. Those apps connect to my real webapi. I want to share the Models
project between webapi project and Xamarin.
Webapis are in .NET Core 2.x and Xamarin in .NET Standard 2.x
Is it possible to do that?
Thank you in andvance