Documentation tells me I need CognitiveServices package to obtain support for consuming LUIS and QnA services. However, v4 uses the Core framework and https://www.nuget.org/packages/Microsoft.Bot.Builder.CognitiveServices/ gives a warning that it requires 4.6
warn : Package 'Microsoft.Bot.Builder.CognitiveServices 1.1.7' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Are there dotnet core versions of the CognitiveServices packages, or it is LUIS and QnA support now somewhere else?
My interest in the CognitiveServices package is entirely driven by the need to consume LUIS and QnA services from a v4 bot.