Commit ac5ec3d
authored
Remove unused references to System.ServiceModelHttp (#8496)
## Summary of changes
Removes unused references to
[System.ServiceModel.Http](https://www.nuget.org/packages/System.ServiceModel.Http)
package in the "dependencies" files
## Reason for change
As far as I can tell, we don't (and haven't ever) actually instrumented
this package. We only instrument the .NET Framework System.ServiceModel
library. Having the NuGet package is confusing and misleading (and means
we get dependabot alerts like [this
one](#8131)
## Implementation details
Remove the reference to the package
## Test coverage
Ran `GeneratePackageVersions` locally, and it looked fine1 parent 7520173 commit ac5ec3d
3 files changed
Lines changed: 2 additions & 27 deletions
File tree
- tracer
- build
- _build/Honeypot
- dependabot/integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
1415 | | - | |
1416 | | - | |
1417 | | - | |
1418 | | - | |
1419 | | - | |
1420 | | - | |
1421 | | - | |
1422 | | - | |
1423 | | - | |
1424 | | - | |
1425 | | - | |
| 1415 | + | |
1426 | 1416 | | |
1427 | 1417 | | |
1428 | 1418 | | |
| |||
Lines changed: 0 additions & 15 deletions
This file was deleted.
0 commit comments