Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/dotnetaspire/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"id": "dotnetaspire",
"version": "1.0.0",
"version": "1.1.0",
"name": ".NET Aspire",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnetaspire",
"description": "Installs .NET Aspire. See https://aka.ms/dotnetaspire",
"description": "Installs Aspire. See https://aka.ms/dotnetaspire",
"options": {
"version": {
"type": "string",
"proposals": [
"latest daily",
"latest",
"9.1",
"9.3",
],
"default": "9.1",
"description": "Select or enter a .NET Aspire version. Use 'latest' for the latest supported version, '9.1' for the 9.1 version, 'X.Y' or 'X.Y.Z' for a specific version, or 'latest-daily' for the latest unsupported build."
"default": "latest",
"description": "Select or enter an Aspire version. Use 'latest' for the latest supported version, '9.3' for the 9.3 version, 'X.Y' or 'X.Y.Z' for a specific version, or 'latest-daily' for the latest unsupported build."
},
},
"customizations": {
Expand All @@ -35,7 +35,7 @@
},
"dependsOn": {
"ghcr.io/devcontainers/features/dotnet": {
"version": "9.0"
"version": "latest"
}
}
}