diff options
author | Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> | 2023-11-14 20:56:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-14 20:56:03 +0300 |
commit | d53b9d1816bac7a62f9ba5f20723eef428042d1f (patch) | |
tree | f7e713566c82f25920faf0c3050331634449bba9 /src/dotnet/devcontainer-feature.json | |
parent | 710103a6382810faade9f37f180bac038c8f38aa (diff) |
[Updates] Automated vendor dotnet-install script (#750)
* Automated dotnet-install script update
* Bump version
---------
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/dotnet/devcontainer-feature.json')
-rw-r--r-- | src/dotnet/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotnet/devcontainer-feature.json b/src/dotnet/devcontainer-feature.json index 6585afb..b9c7260 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "2.0.1", + "version": "2.0.2", "name": "Dotnet CLI", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/dotnet", "description": "This Feature installs the latest .NET SDK, which includes the .NET CLI and the shared runtime. Options are provided to choose a different version or additional versions.", |