pieterderycke / Jace

Jace.NET is a calculation engine for the .NET platform.
MIT License
436 stars 94 forks source link

Added support for .Net Core #27

Closed gerfen closed 6 years ago

gerfen commented 7 years ago

I've added support for .Net Core. Since linked source files are not well supported currently for .Net Core projects I was forced to move the source files to the Jace.Core and Jace.Core.Tests projects and then relink the source files for the existing projects in the solution. For Jace.Core.Tests I added support for xUnit as MSTest and NUnit are not currently well supported for .Net Core projects. Please let me know if I can assist with getting an updated Nuget package created for .Net Core. Thanks!

soydachi commented 7 years ago

@gerfen @pieterderycke any news on this pull request? Thank's and greetings!

pieterderycke commented 6 years ago

V0.9 of Jace is in the dev branch with support for .NET Standard 1.6: so .Net Core 1.1 support