From 09729611e2d627a2e0bb4166752c8e93fdae1fdc Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:45:16 +0100 Subject: [PATCH] Update requirements.md v15 runs on .net 9 and seems vs also updated their version so one can run .net 9 --- 15/umbraco-cms/fundamentals/setup/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-cms/fundamentals/setup/requirements.md b/15/umbraco-cms/fundamentals/setup/requirements.md index 687eb7c6140..01606a0a7ac 100644 --- a/15/umbraco-cms/fundamentals/setup/requirements.md +++ b/15/umbraco-cms/fundamentals/setup/requirements.md @@ -14,10 +14,10 @@ The Umbraco UI works in all modern browsers: Below you can find the minimum requirements to run Umbraco 15 on your machine: * [.NET 9.0 and higher](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) -* One of the [.NET 8 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#net-9---supported-os-versions) +* One of the [.NET 9 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md#net-9---supported-os-versions) * One of the following .NET Tools or Editors: * [Visual Studio Code](https://code.visualstudio.com/) with the [IISExpress extension](https://marketplace.visualstudio.com/items?itemName=warren-buckley.iis-express) - * [Microsoft Visual Studio](https://www.visualstudio.com/) 2022 version 17.8 or higher. + * [Microsoft Visual Studio](https://www.visualstudio.com/) 2022 version 17.12 or higher. * Optional: [JetBrains Rider](https://www.jetbrains.com/rider) version 2022.3 and higher * [.NET Core CLI](install/install-umbraco-with-templates.md) * [SQL connection string (SQL Server)](../../reference/configuration/connectionstringssettings.md)