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 testing for generating code for netstandard2.0 and netcoreapp2.0 #190

Closed dsyme closed 6 years ago

dsyme commented 6 years ago

The testing currently covers code generation targets such as .NET 4.5, .NET 4.6.1, portable 7, portable 259 and so on. We need to add testing for code generation for targets netstandard2.0 and netcoreapp2.0

dsyme commented 6 years ago

For reference: