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.
Reminder to upgrade projects to the new, simpler project format used for MSBuild when targeting .NET Core 2.0, then modify them to target
netstandard20instead ofnet461. 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.