Product: PowerShell Universal
Version: 5.4.2
When starting my app, same app from 5.3.0, it errors out with.
Startup: The ‘Join-Path’ command was found in the module ‘Microsoft.PowerShell.Management’, but the module could not be loaded due to the following error: [Cannot find the built-in module ‘Microsoft.PowerShell.Management’ that is compatible with the ‘Core’ edition. Please make sure the PowerShell built-in modules are available. They usually come with the PowerShell package under the $PSHOME module path, and are required for PowerShell to function properly.]
App is using Ps7 as the environment and I have ps 7.5 and dotnet 9 hosting installed.