I want to develop Type Provider.
Following tutorial you need to use FSharp.TypeProviders.SDK.
FSharp.TypeProviders.StarterPack nuget is deprecated, you need to use FSharp.TypeProviders.Templates instead.
So I created F# library project and added this nuget.
But I get the following error:
Package 'FSharp.TypeProviders.Templates 5.2.0' has a package type 'Template' that is not supported by project 'fsharplib'.
I tried different F# libraries: Standard, Core or Full Framework with the same result.
How I can use FSharp.TypeProviders.Templates for building Type Provider?