ApplicationInsights-dotnet
ApplicationInsights-dotnet copied to clipboard
Target Microsoft.ApplicationInsights.AspNetCore to netcoreapp3.1 and remove package references to deprecated nugets Microsoft.AspNetCore.*
Fix Issue #2811 .
Changes
- Target Microsoft.ApplicationInsights.AspNetCore to netcoreapp3.1
- Remove package references to deprecated nugets Microsoft.AspNetCore.*
- For AspNetCore use framework reference to Microsoft.AspNetCore.App
Checklist
- [ X ] I ran Unit Tests locally.
- [ X ] CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.
@cijothomas @TimothyMothra, could you please take a look at these changes and say if they are OK with your considerations about still supporting legacy frameworks?
Any chance this PR and the related issue could get prioritized?