Commit 92a1fd6
authored
linuxsettings: Fix CS0121 string.Split call ambiguity with .NET 8.0 (#2287)
The error in full:
error CS0121: The call is ambiguous between the following methods or
properties: 'string.Split(char[]?, StringSplitOptions)' and
'string.Split(string?, StringSplitOptions)'
[src/shared/Core/Core.csproj::TargetFramework=net8.0]File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments