Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down