Show version number on Blazor WASM core Hosted from CLI

Solution 1:

Found out I had put it on the build and not publish....

dotnet publish ./src /p:Version="1.2.3" /p:InformationalVersion="1.2.3-qa" --configuration Release