You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* It requires the [.NET 9 runtime](https://dotnet.microsoft.com/download/dotnet/9.0)
18
18
* If your server and client runs on your local host, use any IP of 127.x.x.x, except 127.0.0.1, because this one is blocked by the client. For example, you could use 127.127.127.127
19
19
20
20
This guide describes two ways of starting the server. Use Docker, if you just
@@ -55,16 +55,16 @@ Requirements:
55
55
56
56
* PostgreSQL installed
57
57
58
-
* Visual Studio 2022 (17.8+) installed, with workloads for ASP.NET Web development
58
+
* Visual Studio 2022 (17.12+) installed, with workloads for ASP.NET Web development
59
59
and .NET Desktop development. Please keep it up-to-date to prevent any issues.
60
60
61
61
* Visual Stuido Extension "Web Compiler 2022+", if you plan to edit SCSS files
0 commit comments