Skip to content

v0.1.2

Compare
Choose a tag to compare
@heroku-linguist heroku-linguist released this 29 Aug 07:49
· 3 commits to main since this release
fd9b6fd

heroku/dotnet

Changed

  • Enhanced buildpack log output to provide more detailed information on launch process detection and registration. (#124)
  • Set the PublishDir MSBuild property to bin/publish when running dotnet publish. This change ensures that the publish output for each project is consistently placed in the same directory relative to the project file, making it easier to write Procfile commands that work across different OS/architectures (e.g. linux-arm64, linux-x64 RIDs), build configurations (e.g. Release, Debug), and Target Framework Monikers (e.g. net8.0, net6.0). (#121)