diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-04-19 00:37:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 00:37:51 +0300 |
commit | fad03b19d48466bb0eec41ccbf4cc456a5c4dea7 (patch) | |
tree | 63e883beb47ac7d40dd2e2f073cd478e54c2f1a3 /src/oryx/devcontainer-feature.json | |
parent | 2237731474ace274b1756e63937a958131cf719e (diff) |
Oryx - Switch to .NET 7 (#522)feature_oryx_1.1.0
* Oryx - Switch to .NET 7
* fix test ; add test
* fix test - back compat
Diffstat (limited to 'src/oryx/devcontainer-feature.json')
-rw-r--r-- | src/oryx/devcontainer-feature.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" ] } |