Commit 4550b66
fix(windows): XML comment in wrapper.csproj broke dotnet restore
MSBuild rejects '--' inside an XML comment (MSB4025). The "--self-contained"
in the build-command comment on line 7 stopped the project file from loading
on windows-latest. Reworded to "(self-contained single-file)".
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ae6e76d commit 4550b66
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments