We’ve released two new nuget packages for the Microsoft Bot Connector to support .NET Core 2.0: Microsoft.Bot.Connector.AspNetCore.1.1.3.2.nupkg Microsoft.Bot.Connector.AspNetCore.2.0.0.3.nupkg The above packages each target ASPNetCore 1.x and ASPNetCore 2.x respectively, and provision authentication for your bot. They must also use Microsoft.Bot.Connector.3.12.2.4 or higher. ASP.NET core 1.1 – install AspNetCore 1.1.3.2 and use the following JSON schema in appsettings.json – { “Logging”:….
CONTINUE READING "New Bot Connector support for ASP.NET Core 2.0 and 1.1"