From edc23742ec3b9c145009ebbbe09ae440c5108a50 Mon Sep 17 00:00:00 2001 From: Weihan Li Date: Wed, 18 Oct 2023 23:30:11 +0800 Subject: [PATCH] Update README.md Update .NET Core SDK to .NET SDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766aecca761..122e1f67ad3 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ We welcome code contributions through pull requests, issues tagged as **[`help-w ### Prerequisites - Install [Visual Studio 2022 (Community or higher)](https://www.visualstudio.com/) and make sure you have the latest updates. -- Install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) 6.x and 7.x. +- Install [.NET SDK](https://dotnet.microsoft.com/download/dotnet) 6.x and 7.x. - Install NodeJS (18.x.x). - Optional: Install wkhtmltopdf on Windows to test PDF using `choco install wkhtmltopdf`.