-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make the .net library work with .net core #42
Comments
Mobius depends on this libary. |
Actually, I think we should focus on the .NET Standard to target... https://docs.microsoft.com/en-us/dotnet/standard/net-standard |
Yes, this is correct. |
When targeting NetStandard 2.0 I'll have problems with building it with Mono on my Linux box: Debian stretch, which is shipped with mono 4.6. So NetStandard 1.6 is the highest, and I really wonder what shall have to be changed when aiming for 1.2? I guess I'll find out once I get around to this. |
No, actually JetBrains Rider will work fine on Linux. https://www.microsoft.com/net/learn/get-started/linuxubuntu Other distros - choose dropdown on site. See https://github.com/davidfowl/NetStandard/blob/master/platforms.cs As shown here |
Seems Rider creates .net standard 2.0 solutions, so that will likely be the target |
I'd also go with 2.0. |
migrated to dotnet core and netstandard 2 |
Fixed all tests and published a 4.20 release to nuget.org @ststeiger could you have a look if this version works for you? |
No description provided.
The text was updated successfully, but these errors were encountered: