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

Add support to new FSC path #238

Closed rexcfnghk closed 6 years ago

rexcfnghk commented 6 years ago

Since VS 15.6 update, the FSC path is updated to C:\Program Files (x86)\Microsoft SDKs\F#\10.1\Framework\v4.0\fsc.exe. This PR adds support to this new Windows path to FSC.

dsyme commented 6 years ago

Thanks!