Commit 443b2ff
Clamp Microsoft.ApplicationInsights to < 3.0.0 to prevent runtime crash (#390)
Add upper version bound [2.23.0, 3.0.0) on Microsoft.ApplicationInsights and
Microsoft.ApplicationInsights.AspNetCore packages to prevent TypeLoadException
when users combine this library with Application Insights SDK 3.0.0, which
removed ITelemetryInitializer.
Fixes #389
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f6fc9ee commit 443b2ff
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments