From 12bb9c0d208e15c0f34fa369a64ae8b66012672c Mon Sep 17 00:00:00 2001 From: Arun Chander Date: Wed, 1 Nov 2023 10:11:26 -0700 Subject: [PATCH] Update README.md to rename the Runtime dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c790c9614..2e4587b3c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ While it is possible to use the C# extension as a standalone extension, we highl 1. Installing [C# Dev Kit][csdevkitextension] will automatically install this extension as a required dependency. 2. Open a folder/workspace that contains a C# project (.csproj) and a C# solution (.sln) and the extension will activate. -3. Whether you install C# Dev Kit or just the C# extension, the [.NET Runtime Installer Tool extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime) will be installed as a dependency. +3. Whether you install C# Dev Kit or just the C# extension, the [.NET Install Tool](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime) will be installed as a dependency. Note: If working on a solution that requires versions prior to .NET 6 or non-solution based projects, install a .NET Framework runtime and [MSBuild tooling](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022). * Set omnisharp.useModernNet to false and set dotnet.server.useOmnisharp to true