From 7ec6f484dbb42e64d75e8034c1fad4b4dc3ec8b3 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:52:07 +0100 Subject: [PATCH] Update README.md --- 15/umbraco-cms/customizing/development-flow/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/15/umbraco-cms/customizing/development-flow/README.md b/15/umbraco-cms/customizing/development-flow/README.md index 328d9571a92..4a3df0dc1fe 100644 --- a/15/umbraco-cms/customizing/development-flow/README.md +++ b/15/umbraco-cms/customizing/development-flow/README.md @@ -9,8 +9,6 @@ This article will take you through setting up everything you need to start build ## Required Software Make sure you have followed the [requirements](../../fundamentals/setup/requirements.md) article, especially having installed the following on your machine: - -* [.NET 8](https://dotnet.microsoft.com/en-us/download) * [Node.js version 20.15.0 (LTS)](https://nodejs.org/en) and higher {% hint style="info" %}