From d35f8d439304f9420df25df9044f3ea5ec699886 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Wed, 8 Jan 2025 16:44:10 -0800 Subject: [PATCH] Minor updates Signed-off-by: Karishma Chawla --- .../running-controlplane-locally.md | 2 +- .../first-commit-00-prerequisites/index.md | 2 +- .../contributing-code/contributing-code-prerequisites/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md b/docs/contributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md index 6e26d51511..7d33a14552 100644 --- a/docs/contributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md +++ b/docs/contributing/contributing-code/contributing-code-control-plane/running-controlplane-locally.md @@ -29,7 +29,7 @@ If you need to manually test APIs you can reach them at the following endpoints 1. Create a Kubernetes cluster, or set your current context to a cluster you want to use. The debug configuration will use your current cluster for storing data. 2. Clone the `radius-project/radius` and `radius-project/deployment-engine` repo next to each other. 3. Run `git submodule update --init` in the `deployment-engine` repo. -4. Install .NET 6.0 SDK - . +4. Install .NET 8.0 SDK - . 5. Install C# VS Code extension - . 6. (Optional) Configure any cloud provider credentials you want to use for developing Radius. diff --git a/docs/contributing/contributing-code/contributing-code-first-commit/first-commit-00-prerequisites/index.md b/docs/contributing/contributing-code/contributing-code-first-commit/first-commit-00-prerequisites/index.md index 4dbf8e7891..9af8e10c48 100644 --- a/docs/contributing/contributing-code/contributing-code-first-commit/first-commit-00-prerequisites/index.md +++ b/docs/contributing/contributing-code/contributing-code-first-commit/first-commit-00-prerequisites/index.md @@ -17,7 +17,7 @@ On our supported OSes using a package manager to install these dependencies is a ## Required installs -We recommend the usage of either dev containers to setup your development environment. Here are the links that provide more details: +We recommend the usage of dev containers to setup your development environment. Here are the links that provide more details: - [Getting started - Dev Containers](../contributing-code-prerequisites/README.md#vs-code-and-dev-container) diff --git a/docs/contributing/contributing-code/contributing-code-prerequisites/README.md b/docs/contributing/contributing-code/contributing-code-prerequisites/README.md index b0853c4d11..e25eb078dc 100644 --- a/docs/contributing/contributing-code/contributing-code-prerequisites/README.md +++ b/docs/contributing/contributing-code/contributing-code-prerequisites/README.md @@ -22,7 +22,7 @@ If you get stuck with any development setup option, please ask for help in our [ ## Development environment - setup options -The following sections describe the aforementioned alternatives of development setups in more detail. We recommend to use of _dev containers_ in VS Code as they are the most convenient way to get started. +The following sections describe the aforementioned alternatives of development setups in more detail. We recommend use of _dev containers_ in VS Code as they are the most convenient way to get started.