Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Microsoft.Extensions.Logging from 2.1.0 to 2.1.1 #2314

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

rajkumar-rangaraj
Copy link
Member

Fix Issue # Update Microsoft.Extensions.Logging to 2.1.1.

Changes

(Please provide a brief description of the changes here.)

  • Microsoft.ApplicationInsights.AspNetCore has a dependency on Microsoft.AspNetCore.Hosting 2.1.1. This inturn brings Microsoft.Extensions.Logging 2.1.1
  • Microsoft.Extensions.Logging.ApplicationInsights has a reference to Microsoft.Extensions.Logging 2.1.0
  • In Auto-Instrumentation this reference difference is causing an issue, updating Microsoft.Extensions.Logging to 2.1.1 will resolve an issue
"Microsoft.ApplicationInsights.AspNetCore/2.18.0-beta2": {
        "dependencies": {
          "Microsoft.ApplicationInsights": "2.18.0-beta2",
          "Microsoft.ApplicationInsights.DependencyCollector": "2.18.0-beta2",
          "Microsoft.ApplicationInsights.EventCounterCollector": "2.18.0-beta2",
          "Microsoft.ApplicationInsights.PerfCounterCollector": "2.18.0-beta2",
          "Microsoft.ApplicationInsights.WindowsServer": "2.18.0-beta2",
          "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.18.0-beta2",
          "Microsoft.AspNetCore.Hosting": "2.1.1",
          "Microsoft.AspNetCore.Http": "2.1.22",
          "Microsoft.Extensions.Configuration.Json": "2.1.0",
          "Microsoft.Extensions.Logging.ApplicationInsights": "2.18.0-beta2",
          "System.Text.Encodings.Web": "4.5.1"
        },

      "Microsoft.AspNetCore.Hosting/2.1.1": {
        "dependencies": {
          "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1",
          "Microsoft.AspNetCore.Http": "2.1.22",
          "Microsoft.AspNetCore.Http.Extensions": "2.1.1",
          "Microsoft.Extensions.Configuration": "2.1.1",
          "Microsoft.Extensions.Configuration.EnvironmentVariables": "2.1.1",
          "Microsoft.Extensions.Configuration.FileExtensions": "2.1.1",
          "Microsoft.Extensions.DependencyInjection": "2.1.1",
          "Microsoft.Extensions.FileProviders.Physical": "2.1.1",
          "Microsoft.Extensions.Hosting.Abstractions": "2.1.1",
          "Microsoft.Extensions.Logging": "2.1.1",
          "Microsoft.Extensions.Options": "2.1.1",
          "System.Diagnostics.DiagnosticSource": "5.0.0",
          "System.Reflection.Metadata": "1.6.0"
        }

@vishweshbankwar
Copy link

LGTM

@rajkumar-rangaraj rajkumar-rangaraj merged commit b655ef4 into develop Jun 25, 2021
@rajkumar-rangaraj rajkumar-rangaraj deleted the rajrang/updateloggingpkg branch June 25, 2021 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants