xyncro / chiron

JSON for F#
https://xyncro.tech/chiron
MIT License
173 stars 41 forks source link

Adding netstandard2.0 support on Chiron 6.x codebase. #94

Closed ninjarobot closed 5 years ago

ninjarobot commented 6 years ago

This uses the new, simplified .fsproj format and supports building for .NET Standard 2.0 and testing under .NET Core, in addition to building for .NET Framework 4.5.2.

Also bumps the following dependency versions as these dependencies now have .NET Core support: Aether: 8.2.0 FParsec: 1.0.3

Build from the solution root directory:

dotnet build

Test:

dotnet test tests/Chiron.Tests/Chiron.Tests.fsproj
ninjarobot commented 6 years ago

@neoeinstein I don't believe there is any way for me to update the Appveyor config from here. It would need to be changed to use the .NET Core SDK.