From cd0cf3e5004ecc1b1832bdc0a129c1fe0d6202e5 Mon Sep 17 00:00:00 2001 From: Priyansh Pankhaniya Date: Thu, 30 Oct 2025 12:50:54 +0000 Subject: [PATCH] Update in README eShop version from .NET 9 to .NET 10 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a56eecbf9..89d3881ba 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ A reference .NET application implementing an e-commerce website using a services ## Getting Started -This version of eShop is based on .NET 9. +> This version of eShop is based on .NET 10. See the project docs and the .NET 10 release notes for compatibility details. -Previous eShop versions: -* [.NET 8](https://github.com/dotnet/eShop/tree/release/8.0) +Last eShop versions: +* [.NET 9.5 Aspire] +Previous eShop release versions: +* [.NET 8](https://github.com/dotnet/eShop/tree/release/8.0) ### Prerequisites - Clone the eShop repository: https://github.com/dotnet/eshop @@ -40,7 +42,7 @@ Or - From Dev Home go to `Machine Configuration -> Clone repositories`. Enter the URL for this repository. In the confirmation screen look for the section `Configuration File Detected` and click `Run File`. #### Mac, Linux, & Windows without Visual Studio -- Install the latest [.NET 9 SDK](https://dot.net/download?cid=eshop) +- Install the latest [.NET 10 SDK](https://dot.net/download?cid=eshop) Or