- so that we could do simple build tasks even if the wasm workload is not installed - remove WasmAppBuilder from workload and use the one in SDK - move some of the [BlazorWasmSdk tasks](https://github.com/dotnet/sdk/tree/main/src/BlazorWasmSdk/Tasks) to this transport in runtime repo. In order to make inner loop faster. There is prior art in [BrowserDebugHost.](https://github.com/dotnet/runtime/blob/main/src/mono/nuget/Microsoft.NETCore.BrowserDebugHost.Transport/Microsoft.NETCore.BrowserDebugHost.Transport.pkgproj) When building in-tree replace the tasks with the local version.