MS Bot Framework (C#) and Application Insights error

If you seen the below when trying to add Application Insights to your VS Bot Project:

"Could not add Application Insights to project":

error

Then you simply need to update your Microsoft.Bot.Builder NuGet package to the latest version (currently 3.1.0):

NuGet

Then re-add Application Insights to the project.