Is there an existing issue for this?
Describe the bug
REGRESSION INFO: Works well on 10.0
INSTALL STEPS:
A clean Mac or Linux OS ,e.g Ubuntu 15.10
Download a binary for .NET 11 Preview SDK from https://aka.ms/dotnet/11.0.1xx/daily/dotnet-sdk-linux-x64.tar.gz
Extract the downloaded file and use the export command to set DOTNET_ROOT to the extracted folder's location and then ensure .NET is in PATH.
Expected Behavior
Publishing works well.
Steps To Reproduce
- Create a blazorwasm project
dotnet new blazorwasm -o mybalzorwasm
- Publish
dotnet publish
- Observe the results
Exceptions (if any)
Publishing failed with error MSB3021
.NET Version
11.0.100-preview.1.26069.103
Anything else?
Note:
- This issue is only reproduced with Blazor WebAssembly Standalone App and .NET 11 SDK binary installer on Mac or Linux