aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-10-13 18:47:25 +0300
committerGitHub <noreply@github.com>2022-10-13 18:47:25 +0300
commit530997ce54c3906c8eab0691249482b32427dc4f (patch)
tree21b625e905345f0970840b4b7427e2b762ac769f /src/dotnet
parenta244dc394f781274e4d0c6e469779d8c6857eae4 (diff)
Automated documentation update (#218)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/dotnet')
-rw-r--r--src/dotnet/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dotnet/README.md b/src/dotnet/README.md
index 63d2a7c..c74e679 100644
--- a/src/dotnet/README.md
+++ b/src/dotnet/README.md
@@ -7,9 +7,9 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
```json
"features": {
- "ghcr.io/devcontainers/features/dotnet:1": {
- "version": "latest"
- }
+ "ghcr.io/devcontainers/features/dotnet:1": {
+ "version": "latest"
+ }
}
```