-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Versions
What package version of the SDK are you using.
4.8.0 from MyGet
What nodejs version are you using
10.8.0
What browser version are you using
-
What os are you using
Windows 10
Describe the bug
Give a clear and concise description of what the bug is.
Using 4.8.0 of botbuilder's packages from MyGet, it throws a compilation's error.
This error shows up as AppCredentials of the method exchangeToken in BotFrameworkAdapter and ExtendedUserTokenProvider are different.
BotFrameworkAdapter uses AppCredentials from botframework-connector, howerver ExtendedUserTokenProvider uses AppCredentials from botbuilder-core.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Give a clear and concise description of what you expected to happen.
The compilation of the botbuilder's packages should work correctly.
Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
These changes are in master and in 4.8 branch
[bug]
