I am working on an Azure Function in .NET Core 6 but I'm unable to initialize Application Insights
. I tried to install `Microsoft.ApplicationInsights.AspNetCore -Version 2.20.0' but I'm unable to do so and get an exception:
Error:
I tried this command:
Install-Package Microsoft.ApplicationInsights.AspNetCore -Version 2.20.0