net451 support and netcoreapp1.0->netstandard1.5 for libraries#90
net451 support and netcoreapp1.0->netstandard1.5 for libraries#90rmja wants to merge 1 commit intoaspnet:masterfrom rmja:master
Conversation
|
Hi @rmja, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! TTYL, DNFBOT; |
|
@rmja, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
Thanks very much! This is now merged. If you discover anything not working on .NET 4.5.1, please let me know. My testing has been all about .NET Core. |
|
Thank you |
|
What about netsyandart 1.6? It's escalate quickly :) |
|
Actually instead of targeting netstandard1.6 we should try and target a lowest number if possible (1.3) as this would give much more compatibility especially now that full .net framework is supported. Of course I don't know if it's possible based on api's the library uses. |
|
Well it could, we need investigate possibilities of such targeting's |
Resolves #89