Commit c4ecde5
fix: replace deprecated bare range expressions in tests with list literals
Bare range expressions like `{ 1..10 }` used as constructor arguments are
deprecated in newer F# compilers (error FS3873). Replace with list literals
`[1..10]` in two places in TaskSeq.Concat.Tests.fs.
This fixes a build failure with .NET SDK 10.x / F# 9.x and later.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0fccf7b commit c4ecde5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments