fsprojects / FSharp.Configuration

The FSharp.Configuration project contains type providers for the configuration of .NET projects.
http://fsprojects.github.io/FSharp.Configuration/
Other
114 stars 63 forks source link

Update FSharp.Core to remove dependency on System.ValueTuple. #125

Closed rojepp closed 7 years ago

rojepp commented 7 years ago

This project doesn't seem to need it, and removing it might fix #124.

I couldn't update all deps, because latest Expecto is built against .Net 4.6.1 so it couldn't be loaded.

rojepp commented 7 years ago

How is AppVeyor set up? I suspect an old version of the compiler is being used? It would be useful to use an appveyor.yaml file.

sergey-tihon commented 7 years ago

I close this, because according to release notes for v4.2.1 https://github.com/Microsoft/visualfsharp/releases/tag/FSharp.Core-4.2.1

This is not intended for use in PCL or Type Providers yet.

For Type Provider developers, use FSharp.Core 4.1 or lower until Type Providers are supported on .NET Standard 2.0