dominicusmento / CSharpTradFriLibrary

This is a .NET Standard (2.0) library to communicate with the IKEA Home (Tradfri) ZigBee-based Gateway.
GNU General Public License v3.0
37 stars 20 forks source link

Available for Net Core? #53

Closed gkapellmann closed 1 year ago

gkapellmann commented 1 year ago

Hello, good day!

Just wondering if this project is compatible with .Net Core? I see in te dependencies that it only lists .NetStandard, so I am inclined to believe that is not yet there?

Is this planned in the roadmap?

Thank you for your time!

sandervandevelde commented 1 year ago

Yes, it's supporting .Net Core (3.1) as seen in https://github.com/iot-edge-foundation/iot-edge-tradfri

gkapellmann commented 1 year ago

Thank you for your answer, so i could assume then that it will work with .Net Core 6, right?

sandervandevelde commented 1 year ago

I did not test it with .Net Core 6 yet.

You can try it yourself of course.

gkapellmann commented 1 year ago

Yes, seems to be working fine, I tested deployment to windows x64, Linux x64 and Linux arm.