Commit 146bbf8
fix: bump Microsoft.Bcl.AsyncInterfaces to 10.0.6 to resolve Fable CI NU1605 downgrade warning
System.Threading.Channels 10.0.6 (resolved via Version="*") requires
Microsoft.Bcl.AsyncInterfaces >= 10.0.6, but the project pinned it at 10.0.5.
Fable's MSBuildCrackerResolver treats NU1605 (package downgrade) as a fatal
error, causing the Fable CI job to fail. Bumping to 10.0.6 resolves the conflict.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 53d0867 commit 146bbf8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments