Update project to .NET 10 SDK and upgrade package references

This commit is contained in:
Anduin Xue
2025-11-16 07:27:42 +00:00
parent 76ce1d6859
commit bea7e34a5e
3 changed files with 9 additions and 9 deletions
+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 9 SDK](http://dot.net/) and [Node.js](https://nodejs.org/).
1. Install [.NET 10 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).