From 708d79ffaf4e825985ea6a7d1d796b6e40165e66 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Mon, 17 Nov 2025 09:29:45 -0500 Subject: [PATCH] Fix filename extension in README for solution file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95336847..f153d12e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ dotnet run ``` - Browse to the Url specified to run the application (an Installation Wizard screen will be displayed the first time you run the application) -- To develop/debug the application in an IDE, open the *.sln file in the root folder and hit F5 +- To develop/debug the application in an IDE, open the *.slnx file in the root folder and hit F5 **Installing using source code from the Dev/Master branch:**