Bump .NET version from 8 to 9.

This commit is contained in:
Anduin Xue
2025-01-01 13:55:25 +00:00
parent 496b34cdcc
commit 767073c4dc
+1 -1
View File
@@ -37,7 +37,7 @@ It will install the app as a systemd service, and start it automatically. Binary
Requirements about how to run
1. Install [.NET 8 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).
1. Install [.NET 9 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).
2. Execute `npm install` at `wwwroot` folder to install the dependencies.
3. Execute `dotnet run` to run the app.
4. Use your browser to view [http://localhost:5000](http://localhost:5000).