From fad03b19d48466bb0eec41ccbf4cc456a5c4dea7 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 18 Apr 2023 14:37:51 -0700 Subject: Oryx - Switch to .NET 7 (#522) * Oryx - Switch to .NET 7 * fix test ; add test * fix test - back compat --- src/oryx/devcontainer-feature.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/oryx/devcontainer-feature.json') diff --git a/src/oryx/devcontainer-feature.json b/src/oryx/devcontainer-feature.json index 9a6bd25..66a528e 100644 --- a/src/oryx/devcontainer-feature.json +++ b/src/oryx/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "oryx", - "version": "1.0.13", + "version": "1.1.0", "name": "Oryx", "description": "Installs the oryx CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/oryx", @@ -14,6 +14,7 @@ "PATH": "/usr/local/oryx:${PATH}" }, "installsAfter": [ - "ghcr.io/devcontainers/features/common-utils" + "ghcr.io/devcontainers/features/common-utils", + "ghcr.io/devcontainers/features/dotnet" ] } -- cgit v1.2.3