mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The Avalonia app targets net10.0, so dotnet build emits ILSpy/bin/<config>/net10.0/, but the framework-dependent zip still globbed a net10.0-windows folder that does not exist, so it captured nothing. Point that zip at net10.0. The self-contained and arm64 zips keep net10.0-windows because that is the explicit -o path publish.ps1 (and the installer/VSIX) write the published output to. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue