diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-09-28 20:08:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 20:08:39 +0300 |
commit | 0599c63f8fdfd5fd9f81144fc4737d974620ebe8 (patch) | |
tree | d9bd0c28b657f0c6d30f672dcfb53253acf5c012 /src/dotnet/devcontainer-feature.json | |
parent | 3aad9a72f4e0bd9cb2d2e2ce3dc4aa8396a62c00 (diff) |
[Updates] Automated vendor dotnet-install script (#698)feature_dotnet_2.0.1
* Automated dotnet-install script update
* version bump
---------
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 f00e0d3..6585afb 100644 --- a/src/dotnet/devcontainer-feature.json +++ b/src/dotnet/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "dotnet", - "version": "2.0.0", + "version": "2.0.1", "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.", |