{
	"$schema": "https://raw.githubusercontent.com/microsoft/vs-servicehub/main/schemas/servicehub.host.schema.json",
	"hostExecutable": "%DOTNET_ASPIRESERVER_HOST_ENTRYPOINT%",
	"hostArgs": [
		"exec",
		"--runtimeconfig",
		"%DOTNET_ASPIRESERVER_HOST_RUNTIMECONFIGFILE%",
		"%DOTNET_ASPIRESERVER_HOST_INPUT%",
		"$HOSTID",
		"$PIPE",
		"$TELEMETRYSESSION"
	],
	"additionalEnvironmentVariables": {
		"DOTNET_ROOT": "%ASPIRE_HOST_DOTNET_ROOT%",
		"DOTNET_ROLL_FORWARD_TO_PRERELEASE": "%ASPIRE_HOST_ROLL_FORWARD_TO_PRERELEASE%",
		"DOTNET_ROLL_FORWARD": "%ASPIRE_HOST_ROLL_FORWARD%"
	}
}