jamesemann / bot-framework-v4-intro-dotnet-core

Demo code accompanying YouTube series 'intro to bot framework - botbuilder v4'
https://www.youtube.com/channel/UCslMhoVYpWamAZNXNxARhhA
35 stars 44 forks source link

Microsoft.Cognitive.Luis is not supported for .net Core #3

Open deva96 opened 5 years ago

deva96 commented 5 years ago

Hey! @jamesemann i was following up your tutorial which is really nice.But when i try to use dispatch model in demo12,i tried to add luisModel() and luisRecognizerMiddleware() in startup.cs which is not in reference and also i tried to add Microsoft.Cognitive.Luis nuget which set target framework as v4.6.1 .net framework and said not supported for .net core 2 Is there any other approach?Please help me out

perappr commented 5 years ago

Thank you for the youtube video. Also, the code shown in youtube is different that the one uploaded here in github. Is code in github latest version after the youtube video post?