mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 06:03:12 +08:00
update to .net / asp.net 2.1
This commit is contained in:
@@ -40,8 +40,8 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
|
||||
```
|
||||
cd src/Api
|
||||
dotnet restore
|
||||
dotnet build -f netcoreapp2.0
|
||||
dotnet run -f netcoreapp2.0
|
||||
dotnet build -f netcoreapp2.1
|
||||
dotnet run -f netcoreapp2.1
|
||||
```
|
||||
|
||||
visit http://localhost:5000/alive
|
||||
@@ -51,8 +51,8 @@ visit http://localhost:5000/alive
|
||||
```
|
||||
cd src/Identity
|
||||
dotnet restore
|
||||
dotnet build -f netcoreapp2.0
|
||||
dotnet run -f netcoreapp2.0
|
||||
dotnet build -f netcoreapp2.1
|
||||
dotnet run -f netcoreapp2.1
|
||||
```
|
||||
|
||||
visit http://localhost:33657/.well-known/openid-configuration
|
||||
|
||||
Reference in New Issue
Block a user