Asb-transport utility and .NET 7

Hey,

do you have plans on lifting the asb-transport CLI to .NET 7?
When trying to run the CLI (latest version 3.1.2) in a .NET 7-based container, we get the usual error that there is no .NET 6 runtime available:

appuser@6915a06f6d48:/app$ asb-transport
You must install or update .NET to run this application.

App: /app/.dotnet/tools/asb-transport
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: /usr/share/dotnet

The following frameworks were found:
  7.0.1 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  7.0.2 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

Explicitly setting the roll forward behavior (see below) helps as a temporary workaround, but having native .NET 7 support would obviously be better :slight_smile:

appuser@6915a06f6d48:/app$ export DOTNET_ROLL_FORWARD=Major
appuser@6915a06f6d48:/app$ asb-transport
Specify a subcommand
Usage: asb-transport [command] [options]

Options:
  -?|-h|--help  Show help information.

Hi Gerry,

I have raised an issue about your request.

Regards,
Daniel