Commit 62fea04
authored
Fix broken build in Rider (#8195)
## Summary of changes
Fix Datadog.Trace.csproj not loading in Rider
## Reason for change
Rider fails to load Datadog.Trace.csproj due to the use of new lines in
a property
## Implementation details
Remove the new lines
## Test coverage
It works, Rider can now load it1 parent 82eaa0f commit 62fea04
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
| 105 | + | |
110 | 106 | | |
111 | 107 | | |
112 | 108 | | |
| |||
0 commit comments