You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #2149 we built against netstandard1.3 for maximum platform coverage we should consider dropping down to netstandard1.1. Our old DNX based dotnet core beta build against dotnet5.1 which should be equivalent to netstandard 1.1.
A huge benefit of netstandard is that its self documenting and we do not need to get into the PCL framework matrix mess (#671)