Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
This PR adds the Microsoft.Bcl.AsyncInterfaces package to Microsoft.Bot.Builder.Azure project, forcing 1.x version to 8.x, solving the MSB3277 warnings.
Specific Changes
Added Microsoft.Bcl.AsyncInterfaces to Microsoft.Bot.Builder.Azure project, forcing to use 8.x version instead of 1.x that caused the conflict.
Updated System.Diagnostics.DiagnosticSource in Microsoft.Bot.Builder.Integration.ApplicationInsights.WebApi project, solving MSB3245 warning.
Testing
The following images show the CI pipeline, and the reduction of the warnings.
Addresses #6825
minor
Description
This PR adds the
Microsoft.Bcl.AsyncInterfaces
package toMicrosoft.Bot.Builder.Azure
project, forcing 1.x version to 8.x, solving the MSB3277 warnings.Specific Changes
Microsoft.Bcl.AsyncInterfaces
toMicrosoft.Bot.Builder.Azure
project, forcing to use 8.x version instead of 1.x that caused the conflict.System.Diagnostics.DiagnosticSource
inMicrosoft.Bot.Builder.Integration.ApplicationInsights.WebApi
project, solving MSB3245 warning.Testing
The following images show the CI pipeline, and the reduction of the warnings.