From 045e31230378c48bc9c14332a6edee29373bb3e5 Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Sat, 27 Jul 2024 15:36:31 +0200 Subject: [PATCH] docs: Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 66d345c..bca68ae 100644 --- a/readme.md +++ b/readme.md @@ -134,7 +134,7 @@ In this anti corruption classes we also used some [resiliency mechanisms](https: ## Technologies - Libraries -- ✔️ **[`.NET 6`](https://dotnet.microsoft.com/download)** - .NET Framework and .NET Core, including ASP.NET and ASP.NET Core +- ✔️ **[`.NET 8`](https://dotnet.microsoft.com/download)** - .NET Framework and .NET Core, including ASP.NET and ASP.NET Core - ✔️ **[`Newtonsoft.Json`](https://github.com/JamesNK/Newtonsoft.Json)** - Json.NET is a popular high-performance JSON framework for .NET - ✔️ **[`MVC Versioning API`](https://github.com/microsoft/aspnet-api-versioning)** - Set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core - ✔️ **[`FluentValidation`](https://github.com/FluentValidation/FluentValidation)** - Popular .NET validation library for building strongly-typed validation rules