We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0991832 commit d0569f8Copy full SHA for d0569f8
README.md
@@ -10,7 +10,7 @@ ASP.NET Core + EF Core Sqlite + Bootstrap
10
## 开发
11
12
1. `git clone https://github.com/linezero/NETCoreBBS.git`
13
-2. 使用 Visual Studio 2017 打开 `NetCoreBBS.sln`
+2. 使用 Visual Studio 2019 打开 `NetCoreBBS.sln`
14
3. 点击 `调试->开始调试` 即可运行起来,或者直接点击工具栏上的`NetCoreBBS`即可。
15
16
注意:默认为80端口,可能会和本地端口冲突,可以到Program.cs 中更改 `.UseUrls("http://*:80")`,然后更改启动URL既可。
0 commit comments