jack-pappas / ExtCore

An extended core library for F#.
Apache License 2.0
180 stars 32 forks source link

Appveyor fix, run tests for netstandard1.6 via netcoreapp1.1 #36

Closed jindraivanek closed 5 years ago

jindraivanek commented 6 years ago

Following https://github.com/jack-pappas/ExtCore/issues/35#issuecomment-345956400, I found issue of appveyor being red is because netstandard1.6 tests is not actually working.

This add testing of netstandard1.6 on .NET Core 1.1 to both appveyor and travis.

wallymathieu commented 5 years ago

Could this be merged @jack-pappas ?

vasily-kirichenko commented 5 years ago

@wallymathieu I have rights to merge this, but I don't have ones to publish NuGet package, so, I'm not sure I should merge it...

wallymathieu commented 5 years ago

I understand. Though this PR deals mostly with build failure and doesn't add or remove any feature.

vasily-kirichenko commented 5 years ago

Sorry, I thought it’s the Result PR :)