support .NET Core

Issue #2 resolved
David Rundle created an issue

NOTE: do not want to support multiple CLR versions, (currently the compiled output will work on mono, and .NET 4.0, 4.5, 4.6, which covers alot of projects)

Evaluate moving to the latest .Net project files

initial impact thoughts

Comments (4)

  1. David Rundle reporter

    sounds like .NET Standard v2.0 will implement/expose a lot more of the .NET framework functionality

  2. David Rundle reporter

    commit: 84701d0

    Breaking change, .NET 4.0 removed! in favour for .NET 4.5 using HttpClient, this is a change to the internal HTTP code.

    this should be compatible for .NET standard (1.6 confirmed, however see if 1.1 will work, looks like it should)

  3. Log in to comment