- .NET 8 app
- dotnet buildpack
- CF SSH access
We need to the dotnet CLI installed on the target application instance. To get dotnet installed and not
have the buildpack remove it during staging we need to use a Framework Dependent Deployment.
If you're running dotnet publish
on an ARM processor you need to specify the runtime as linux-x64
otherwise you will get an
error trying to start the app.