简体   繁体   English

如何在 bot 框架编写器中更新 Microsoft.Bot.Builder 版本?

[英]How to update Microsoft.Bot.Builder version in bot framework composer?

Current version of my Bot is "4.15.0".我的 Bot 的当前版本是“4.15.0”。 How to update latest version in bot framework composer ?如何在 bot 框架作曲家中更新最新版本?

It's not possible in Bot composer at the moment !!!目前在 Bot composer 中是不可能的!!! Open the application in Visual studio go to "Manage NuGet package" & update to the latest version.在 Visual Studio 中打开应用程序,转到“管理 NuGet 包”并更新到最新版本。

If you're talking about the packages then there are few ways to do this.如果您正在谈论软件包,那么很少有方法可以做到这一点。

One way is to use Visual Studio and update the version using the NuGet Manager一种方法是使用 Visual Studio 并使用 NuGet 管理器更新版本

If you're using Visual Studio Code , like I am, there is an extension called NuGet Package Manger GUI that you can use and do it yourself.如果你像我一样使用 Visual Studio Code ,有一个名为NuGet Package Manger GUI的扩展,你可以使用它并自己做。

Another possible way is to just change the version number in .csproj file另一种可能的方法是仅更改 .csproj 文件中的版本号在此处输入图像描述

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载文件或程序集'Microsoft.Bot.Builder,版本= 3.4.0.0,系统找不到指定的文件。”, - Could not load file or assembly 'Microsoft.Bot.Builder, Version=3.4.0.0, The system cannot find the file specified.", 在Microsoft.Bot.Builder#4.0中使用PromptOptions的PromptStyler类 - Using PromptOptions's PromptStyler class with Microsoft.Bot.Builder #4.0 如何从BotTelemetryClient.TrackEvent()Microsoft.Bot.Builder填充session_id - How do i fill the session_id from BotTelemetryClient.TrackEvent() Microsoft.Bot.Builder Microsoft.Bot.Builder - 偶发错误 - “操作返回无效状态代码'未经授权'” - Microsoft.Bot.Builder - sporadic error - “Operation returned an invalid status code 'Unauthorized'” 如何从 Microsoft Bot Framework Composer 检索查询字符串 - How to retrieve query string from Microsoft Bot Framework Composer 如何使用 Bot Framework composer 重命名机器人 - How to rename the bot using Bot Framework composer 开始与Microsoft Bot Builder和Microsoft Bot Framework进行对话 - Starting a conversation with Microsoft bot builder and microsoft bot framework Microsoft Bot Framework Composer 与 Bot Framework SDK 集成 - Microsoft Bot Framework Composer integration with Bot Framework SDK 自动 Email 发送 Microsoft Bot Framework Composer - Automatic Email Send in Microsoft Bot Framework Composer Bot Builder SDK4-Microsoft Teams扩展+ Bot框架模拟器 - Bot Builder SDK4 - Microsoft Teams Extensions + bot framework emulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM