You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the Microsoft.ApplicationInsights.WorkerService nuget package has a dependency on Microsoft.Extensions.DependencyInjection version 2.2.0. I see Microsoft.ApplicationInsights.WorkerService being advertising for Asp.Net.Core 2.1+ in documentation so seems like it should depend on Microsoft.Extensions.DependencyInjection 2.1.*.
I asked on dotnet repo about matching .NET core version against asp.net/extensions and they said it should match, which is why im bringing this up. dotnet/extensions#2799
The text was updated successfully, but these errors were encountered:
@eddynaka feel free to start a [WIP] PR (work in progress) with this change.
We'll be looking for tests to validate that this change doesn't impact functionality so please think about how to test this change against the different target frameworks.
If you can verify that we already have test coverage I think that would be sufficient.
I noticed that the Microsoft.ApplicationInsights.WorkerService nuget package has a dependency on Microsoft.Extensions.DependencyInjection version 2.2.0. I see Microsoft.ApplicationInsights.WorkerService being advertising for Asp.Net.Core 2.1+ in documentation so seems like it should depend on Microsoft.Extensions.DependencyInjection 2.1.*.
I asked on dotnet repo about matching .NET core version against asp.net/extensions and they said it should match, which is why im bringing this up.
dotnet/extensions#2799
The text was updated successfully, but these errors were encountered: