Package version:

Container App Runtime configuration.

interface Runtime {
    dotnet?: RuntimeDotnet;
    java?: RuntimeJava;
}

Properties

Properties

dotnet?: RuntimeDotnet

.NET app configuration

Java app configuration