1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

no longer need to provide netcoreapp flag

This commit is contained in:
Kyle Spearrin
2018-08-06 09:11:27 -04:00
parent 66e03aee1b
commit fb2ee6aaea
6 changed files with 16 additions and 16 deletions

View File

@@ -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.1
dotnet run -f netcoreapp2.1
dotnet build
dotnet run
```
visit http://localhost:5000/alive
@@ -51,8 +51,8 @@ visit http://localhost:5000/alive
```
cd src/Identity
dotnet restore
dotnet build -f netcoreapp2.1
dotnet run -f netcoreapp2.1
dotnet build
dotnet run
```
visit http://localhost:33657/.well-known/openid-configuration