.netFramework 4.7.2中支持BotFramework?
支持Botframework。 NetFramework 4.7.2。还是仅支持.NET核心。 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
支持Botframework。 NetFramework 4.7.2。还是仅支持.NET核心。 ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
由于Visual Studio 2019已默认发布,因此生成
使用 asp.net core 2.1和3.1 。但是v3 on 。净4.6.1或更高版本仍将受到支持。 SDK v4 asp.net core 2.1和3.1 。
支持和弃用通知
您可以在这里查看有关更多详细信息。
哪个Microsoft推荐
注意: Microsoft推荐 迁移到.NET核心,因为性能得到了很大改善。
bot开发人员应考虑哪些,
如您所知,在开发Bot应用程序的同时,可能需要整合其他生态系统,例如 noreflow noreferrer”>适应性卡,英雄卡等等,以使您的机器人对话更具互动性。因此,当您使用的是比ASP.NET Core 2.1和3.1更古老的时候,您可能需要与它们斗争。
此外,大多数最近的版本v4.14 已开发基于基于在 asp.net core 2.1。和3.1 。另外, microsoft官方githithub 主要在ASP.NET Core 2.1和3.1上。您可以看一下官方文档。
Since Visual Studio 2019 has been released by default it generates
the bot template for bot SDK V4 using asp.net core 2.1 and 3.1. But V3 on .Net 4.6.1 or later will still be supported. New features development will be continue on SDK V4 asp.net core 2.1 and 3.1.
Support and Deprecation Notice
You could have a look here for more details.
What Microsoft Recommend
Note: Microsoft recommend migrating to .NET Core, since the performance is very much improved.
What Bot Developer Should Consider
As you know while you would develop bot application you might be needed to integrate other eco-system like adaptive card, hero card and so on to make your bot conversation more interactive. So when you would be using older than asp.net core 2.1 and 3.1 you might need to struggle with them.
Moreover, most of the recent release v4.14 has been developed based on asp.net core 2.1. and 3.1. In addition bot samples for customer on Microsoft Official GitHub are developed mostly on asp.net core 2.1 and 3.1. As you can have look on official document.
我会说它确实支持至少4.6.1,在
https://github.com/microsoft/botbuilder-samples/tree/main/main/main/samples/csharp_webapi/13.core-bot
project files(corebbot.csproj)具有以下
< targetFrameWorkversion> v4.6.1</targetFrameWorkversion>
I would say it does support at least 4.6.1, looking at there example code at
https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_webapi/13.core-bot
The project file (CoreBot.csproj) has the following
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>