Commit 6db6486
🔧 Fix(Build): 规范化 Linux 下 Reference 路径大小写
将 KitX.Core.csproj 与 KitX.sln 中 Csharpell 引用目录的大小写
从 `Reference\CSharpell\` 修正为 `Reference\Csharpell\`。
Windows 文件系统大小写不敏感,故无影响;但 Linux 文件系统大小写
敏感,此前大小写不一致会导致无法解析 Reference 目录,从而破坏
Linux 构建。
复刻自 fix/linux-reference-casing 分支(xihale 的工作),丢弃了该
分支上不相关的 Config/*.json 取消跟踪、子模块指针 bump、
Common.Algorithm.Interop 移除及冲突合并历史。
Co-authored-by: xihale <xihale.top@qq.com>1 parent 0a9e2b1 commit 6db6486
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments