microsoft / BotBuilder-RealTimeMediaCalling

BotBuilder-RealTimeMediaCalling extends the BotBuilder to enable bots to engage in Skype audio-video calling. It provides real-time, programmable access to the voice, video, and screen sharing streams of a Skype call. The bot is a direct participant in a Skype 1:1 call.
MIT License
76 stars 36 forks source link

Nuget Package dependency error with latest version of Microsoft.Bot.Builder #23

Open prabhakarreddy1234 opened 7 years ago

prabhakarreddy1234 commented 7 years ago

Unable to update Microsoft.Bot.Builder package to 3.8.5 as it is still referring older version of System.IdentityModel.Tokens.Jwt.5.1.4 . Please update the nuget dependency reference.

Unable to resolve dependencies. 'System.IdentityModel.Tokens.Jwt 5.1.4' is not compatible with 'Microsoft.Bot.Builder 3.8.5 constraint: System.IdentityModel.Tokens.Jwt (>= 4.0.4.403061554 && < 5.0.0)'.

Could not install package 'Microsoft.IdentityModel.Protocol.Extensions 2.0.0-beta6-207211625'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

ssulzer commented 7 years ago

Hello - please have a look at the following posts concerning this issue - you need to "downgrade" the version of System.IdentityModel.Tokens.Jwt installed.

https://github.com/Microsoft/BotBuilder/issues/1891

https://stackoverflow.com/questions/44594222/error-while-updating-nuget-for-bot-framework