fsharp-logic-examples
fsharp-logic-examples copied to clipboard
Upgrade projects to .NET Core 2.0
Reminder to upgrade projects to the new, simpler project format used for MSBuild when targeting .NET Core 2.0, then modify them to target netstandard20 instead of net461. Once this is done, the Travis CI builds will also need to be modified to run the build/tests on both the latest Mono version and .NET Core.