tiagomtotti / firebaseNet

Client library for Firebase Cloud Messaging (FCM) written in C# / .NET
Apache License 2.0
95 stars 30 forks source link

NetStandard target support #7

Open edjacob25 opened 7 years ago

edjacob25 commented 7 years ago

I'm trying to use FirebaseNet from a .Net Core Class Library I'm planing to use in various projects inside my solution, however, FirebaseNet only supports netcoreapp1.0, net 4.5 and .net 4.6. If it instead targeted netstardard 1.1 for example, it could be used in other contexts, such as the one I'm mentioning. The issue is already fixed in #6, so it could be good to have that merged

tiagomtotti commented 7 years ago

Hi! Thanks for the feedback. I`ll update the targets ASAP ;)

2017-05-15 18:56 GMT-03:00 edjacob25 notifications@github.com:

I'm trying to use FirebaseNet from a .Net Core Class Library I'm planing to use in various projects inside my solution, however, FirebaseNet only supports netcoreapp1.0, net 4.5 and .net 4.6. If it instead targeted netstardard 1.1 for example, it could be used in other contexts, such as the one I'm mentioning.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tiagomtotti/firebaseNet/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AMJFQVZ-NAol8DoG8SnDjvt6z4OPNOLhks5r6MoWgaJpZM4Nbv0z .

edjacob25 commented 7 years ago

Thanks, really appreciated!