Commit 6d97b44
authored
Fix dependency from EventLog to TraceSource ref (#56417)
* Fix dependency from EventLog to TraceSource ref
This regressed with 663c40d. Reference projects should never reference source projects. This is one of the reasons why slngen creates different solution files now.
* Update Microsoft.Extensions.DependencyInjection.Abstractions.csproj1 parent 8ed7f57 commit 6d97b44
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/libraries
- Microsoft.Extensions.DependencyInjection.Abstractions/ref
- System.Diagnostics.EventLog/ref
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
0 commit comments