-
Hi, I see the target framework in the csproj files is for netstandard2.0. Are there plans to use .net core so it would be possible to build and run on Linux? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There shouldn't be anything in these projects that prevents running on linux, .NET Standard should allow you to consume this from a project running on Linux. Are you running into specific issues? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I've tried already building it on Ubuntu using .net core compiler and I got build errors even after modifying to csproj file to target .net core different frameworks instead. The samples using the Nugets however does build and run nicely. Are those Nugets built differently? i.e. different repo targeting .net core instead |
Beta Was this translation helpful? Give feedback.
There shouldn't be anything in these projects that prevents running on linux, .NET Standard should allow you to consume this from a project running on Linux. Are you running into specific issues?