HI Stefan, I suppose it's 1.3 because 1.0 has an even more limited API surface. A lot of CoreFX packages are not available for netstandard 1.0. For SSH.NET - an OSS project I spend most of my time on right now - I also chose 1.3 because of this.
Regards, Gert -----Original Message----- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: zondag 11 september 2016 11:57 To: log4net-dev@logging.apache.org Subject: netstandard version of the .NET Core build 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