microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
860 stars 366 forks source link

LUIS understanding changes version of azurekeyvaultcore (netcoreapp) #9694

Closed gersepa closed 4 months ago

gersepa commented 5 months ago

Describe the bug

I created a bot and wanted to improve it adding intent recognizion but failed when I tried to restore to regular expresion get the following: warning NU1701: Package 'Microsoft.Azure.KeyVault.Core 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.1'. This package may not be fully compatible with your project.

Version

Version: 2.1.3-nightly.364675.1a93f21 Electron: 14.2.6 Chrome: 93.0.4577.82 NodeJS: 14.17.0 V8: 9.3.345.20-electron.0

Browser

OS

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

OEvgeny commented 5 months ago

@gersepa what was the version number before it got changed to the 1.0?

dmvtech commented 5 months ago

For additional info: https://github.com/microsoft/botbuilder-dotnet/issues/1419

OEvgeny commented 4 months ago

Closing due to inactivity, feel free to reopen