- Install the latest https://github.com/dotnet/installer#installers-and-binaries
dotnet new blazorwasm
dotnet publish -c Release
Expected Results
Only the files necessary to load the blazor app are in the publish folder
Actual Results
There are 3 .c files and 2 .h files in bin\Release\net6.0\publish\wwwroot\_framework:
- corebindings.c
- driver.c
- pinvoke.c
- pinvoke.h
- pinvoke-table.h

These files shouldn't be published to the output folder.
cc @lewing @CoffeeFlux