From 43acdb7e59ed69db72e2e03f81c512f4ce656910 Mon Sep 17 00:00:00 2001 From: Paul Astbury-Thomas Date: Tue, 4 Apr 2023 16:14:33 +0100 Subject: [PATCH] Update .NET Requirements (#984) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9934bca4..c7fa360ea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Squidex Logo](https://raw.githubusercontent.com/Squidex/squidex/master/media/logo-wide.png "Squidex") -# What is Squidex?? +# What is Squidex? Squidex is an open source headless CMS and content management hub. In contrast to a traditional CMS Squidex provides a rich API with OData filter and Swagger definitions. It is up to you to build your UI on top of it. It can be website, a native app or just another server. We build it with ASP.NET Core and CQRS and is tested for Windows and Linux on modern browsers. @@ -23,7 +23,7 @@ Current Version ![GitHub release](https://img.shields.io/github/release/squidex/ * [Visual Studio Code](https://code.visualstudio.com/) or [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) * [Node.js](https://nodejs.org/en/) (development only) * [MongoDB](https://www.mongodb.com/) -* [.NET 6 SDK](https://dotnet.microsoft.com/download#/current) (Already part of Visual Studio) +* [.NET 7 SDK](https://dotnet.microsoft.com/download#/current) (Already part of Visual Studio) ## Deployment Options