Commit reference: 872287f
In ASP.NET Core:
- The name of web root folder can be configured using IWebHostEnvironment.WebRootPath property.
- Static files can be served outside of web root path.
Thus, Uno Wasm Bootstrap should not force wwwroot to be added at the end of the publishing path.
We have several Uno applications that are configured to publish to the appropriate folders in our build pipeline (without specifying wwwroot in the path). Now, after upgrading from version 7.0.x, everything is broken...