diff --git a/stacks/dotnet60/devfile.yaml b/stacks/dotnet60/devfile.yaml index 2a996369..9a31c54c 100644 --- a/stacks/dotnet60/devfile.yaml +++ b/stacks/dotnet60/devfile.yaml @@ -1,4 +1,4 @@ -schemaVersion: 2.1.0 +schemaVersion: 2.2.0 metadata: name: dotnet60 displayName: .NET 6.0 @@ -9,7 +9,7 @@ metadata: - .NET 6.0 projectType: dotnet language: .NET - version: 1.0.2 + version: 1.0.3 starterProjects: - name: dotnet60-example git: @@ -35,7 +35,8 @@ components: - name: ASPNETCORE_URLS value: http://*:8080 endpoints: - - name: http-dotnet60 + - name: https-dotnet60 + protocol: https targetPort: 8080 commands: - id: build