This library implements C# classes for using the Bot Framework Connector on top of ASP.Net Core 2.X.
Info
Version: | 2.0.1.44133 |
Author(s): | Microsoft |
Last Update: | Monday, November 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Microsoft/BotBuilder |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Bot.Connector.AspNetCore |
Install
Install-Package Microsoft.Bot.Connector.AspNetCore
dotnet add package Microsoft.Bot.Connector.AspNetCore
paket add Microsoft.Bot.Connector.AspNetCore
Microsoft.Bot.Connector.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.0.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.0)
- Microsoft.AspNetCore.Mvc(>= 2.0.0)
- Microsoft.Rest.ClientRuntime(>= 2.3.11)
- Microsoft.Bot.Connector(>= 3.16.1)
- Microsoft.IdentityModel.Clients.ActiveDirectory(>= 4.4.0)