Commit 3191335
Fix net472 build: avoid KeyValuePair deconstruction in test
Deconstruct() on KeyValuePair<T,U> is not available on .NET Framework 4.7.2.
Use kvp.Key / kvp.Value instead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4614095 commit 3191335
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments