ffffa2869f
Problem: - NETSDK1095: PublishReadyToRun not supported for WASM - WASM projects run in browser, not platform-specific runtime - ReadyToRun optimization only applies to native binaries Solution: - Remove -p:PublishReadyToRun=true - Keep -p:SelfContained=false for dependency handling - Host project (TaxBaik.Web) will be published without ReadyToRun - This is acceptable for ASP.NET Core deployment Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>