Skip to content

Conversation

@erikbra
Copy link

@erikbra erikbra commented Oct 16, 2018

  • Makes it possible to use the library from other netstandard2.0 libraries

We're using the PSWinCom client lib from an internal utility DLL, which is netstandard2.0. We get warnings, because the PSWinComGatewayClient is either netcoreapp2.0 or net45.

This PR just exchanges netcoreapp2.0 with netstandard2.0 in the targeting, and runs the tests in both netcoreapp2.1 and net461, to test for both. There is a couple of failing unit tests, but they were failing before the PR too.

* Makes it possible to use the library from other netstandard2.0 libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant