Closed Inrego closed 8 years ago
It was so simple that it just required another .csproj with the same source code files. Anyone know what best practice is for having a solution with 2 different .csproj that point to the same source files? If so, let me know and I'll make a PR.
Seems like it can be done smarter than this. Will figure out
I've created a pull request where I converted the project to a portable class library. That way it can target all the required platforms. See more here: https://github.com/getsenic/nuimo-windows/pull/8
So I'm finally about to start getting my hands dirty with this, and then I cannot add the reference because it only targets .NETCore
So yeah, I have little to none experience with .NETCore so I'll be making a clone in .NETFramework :smile:
Keep posted for updates..