Migration to .Net Standard
ajinasokan opened this issue · 8 comments
This issue is to track the library migration to .Net Standard target.
This will allow devs to use library cross platform and in both .Net Core and .Net Framework projects.
Here is an early version: https://github.com/zerodhatech/dotnetkiteconnect/tree/netstandard
Tested only in Linux at the moment. Will release once tests are fine in macOS and Windows.
Is it released?
Not yet. Waiting for #27 to merge.
@ajinasokan - Is it possible to move it to .Net Core 3.1 LTS or .Net Core 2.1 LTS since .Net Core 2.0 is EOL?
@blueelvis Library is targeting netstandard20. It should be compatible with .Net Core 2.0+ and .Net Framework 4.6.1+. More info here. We didn't want to support only .Net Core because most of our users are on .Net Framework.
An alpha build is available in releases. You can either use the DLL file or the nuget package. You can add this to your .Net Core and .Net Framework projects.
This has been merged in #28