fsharp-logic-examples icon indicating copy to clipboard operation
fsharp-logic-examples copied to clipboard

Upgrade projects to .NET Core 2.0

Open jack-pappas opened this issue 8 years ago • 0 comments

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.

jack-pappas avatar Aug 27 '17 13:08 jack-pappas