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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
We face the same issue as described in #721, however, we don't target .NET Core, we're still targeting the full .NET framework (4.7.2).
We reference Microsoft.ApplicationInsights/2.9.1 and Microsoft.ApplicationInsights.AspNetCore/2.6.1 (both seem to be the newest versions). If you look at the latter in project.assets.json it still references "Microsoft.Extensions.DiagnosticAdapter": "1.1.0".
Could you fix this problem when targeting the full .NET framework as well?
The text was updated successfully, but these errors were encountered:
We face the same issue as described in #721, however, we don't target .NET Core, we're still targeting the full .NET framework (4.7.2).
We reference
Microsoft.ApplicationInsights/2.9.1
andMicrosoft.ApplicationInsights.AspNetCore/2.6.1
(both seem to be the newest versions). If you look at the latter inproject.assets.json
it still references"Microsoft.Extensions.DiagnosticAdapter": "1.1.0"
.Could you fix this problem when targeting the full .NET framework as well?
The text was updated successfully, but these errors were encountered: