netstandard 2.0?

Just converted a lot of my core libraries to netstandard2.0 and it seems the only warning I’m receiving is for EventStore stating that it may not be fully compatible because it targets .NETFramework, Version=v4.6.1. It builds fine with just that warning.

Is this being straightened out in an upcoming version? Should I be concerned about runtime compatibility on say a linux system? I haven’t tried yet. Just probing for info.

I opened up this issue for that: https://github.com/EventStore/EventStore/issues/1573

If they would be willing to accept such a PR in general, I would try to do the port and get it running.