Hi right now the .NET Core build builds for netstandard1.3. Why 1.3?
Reading https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md my impression is we could use netstandard 1.0 up to 1.6 and it wouldn't make any difference for people using the .NET Core platform. It would only make a difference to people running on a different platform than .NET Core - i.e. .NET Framework 4.5.2 wouldn't be able to consume netstandard1.3 but netstandard1.2. Please help me understand the current choice. Stefan