From aa7d1b9d09c66ab6bd2a36692f5f5e50ac992d9f Mon Sep 17 00:00:00 2001 From: Mehul Harry Date: Sun, 25 Jan 2026 00:30:49 -0800 Subject: [PATCH] Add JetBrains Rider instructions to README Added instructions for using JetBrains Rider to launch the project. --- samples/aspire-shop/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/aspire-shop/README.md b/samples/aspire-shop/README.md index c1f39c459..b96b5fdf6 100644 --- a/samples/aspire-shop/README.md +++ b/samples/aspire-shop/README.md @@ -24,4 +24,6 @@ If using VS Code, open this directory as a workspace and launch the `AspireShop. If using Visual Studio, open the solution file `AspireShop.slnx` and launch/debug the `AspireShop.AppHost` project. +If using JetBrains Rider, open the solution file `AspireShop.slnx` and launch/debug the `AspireShop.AppHost` project. + If using the .NET CLI, run `dotnet run` from the `AspireShop.AppHost` directory.