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
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