Commit 54f2023
authored
[SignalR] Fixed transitive version conflict (Azure#48181)
The focus of these changes is to fix a transitive
version conflict in the SignalR extension, arising
from the legacy `Microsoft.Azure.Functions.Extensions`
package and its dependency on an old version of
`Microsoft.Extensions.DependencyInjection" which
conflicts with the 8.x package line.
This was added as a local override, as SignalR is
the only Functions extension package in the repository
which uses the legacy package.1 parent cbb8aed commit 54f2023
File tree
1 file changed
+7
-0
lines changed- sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/src
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
| |||
0 commit comments