jamesmontemagno / ImageCirclePlugin

Circle Images for your Xamarin.Forms Applications
MIT License
240 stars 68 forks source link

.NET Standard support #43

Closed jurabek closed 6 years ago

jurabek commented 6 years ago

Expected Behavior : Currently, we can use last Xamarin.Forms pre release version on .NET Standard, actually is it possible to create pre release CircleImagePlugin version for .NET Standard?

jamesmontemagno commented 6 years ago

You can already use it in a .NET Standard library by adding a line of code into the csproj: http://motzcod.es/post/148657853472/installing-a-pcl-into-netstandard-libraries

When forms has it's main version out I will swap over.