diff options
author | Chuck Lantz <clantz@microsoft.com> | 2022-11-14 22:41:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 22:41:32 +0300 |
commit | 17580ee22f38b3a16e6531a8139629fd2fd8234a (patch) | |
tree | d18d553e14e92dec4ccfe9b6ca3e4ccb6a1ec50f /src/common-utils/devcontainer-feature.json | |
parent | 258b107b39db9f28703bf6bfeed3102d54e1cafe (diff) |
Add .NET 7, drop .NET 5 (#269)
* Add .NET 7, drop .NET 5
* Add libssl3 to common-utils for jammy
* Handle lts/latest hard coding
* Fix, improve tests
* Bump version
* Fix situation where version could come from either MS repo or OS
* Remove unused option
* Bump common version
* Remove unused function
* Restore DOTNET_ROOT per feedback
Diffstat (limited to 'src/common-utils/devcontainer-feature.json')
-rw-r--r-- | src/common-utils/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index c5f8621..9a135d5 100644 --- a/src/common-utils/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "common-utils", - "version": "1.1.3", + "version": "1.1.4", "name": "Common Debian Utilities", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", |