fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Build a netstandard2.0 version of FCS #176

Closed dsyme closed 6 years ago

dsyme commented 6 years ago

We have a netstandard1.6 build of FSharp.Compiler.Service.dll, from this project file https://github.com/Microsoft/visualfsharp/blob/master/fcs/FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj

We should also build a netstandard2.0 version (or just replace the 1.6 one by a 2.0 one), which could support type provider loading and allow a generation of .NET Core based F# tooling.

dsyme commented 6 years ago

cc @forki

dsyme commented 6 years ago

Wrong repo, see https://github.com/Microsoft/visualfsharp/issues/3865