From 49aa1daaccc819a512a04b494008e5fda90384db Mon Sep 17 00:00:00 2001
From: Kyle Spearrin <kspearrin@users.noreply.github.com>
Date: Sun, 20 Aug 2017 07:10:24 -0400
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c44a0e89cc..93eb1e9eef 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The core infrastructure is written in C# using .NET Core with ASP.NET Core. The
 ```
 cd src/Api
 dotnet restore
-dotnet build
+dotnet build -f netcoreapp2.0
 dotnet run -f netcoreapp2.0
 ```
 
@@ -48,7 +48,7 @@ visit http://localhost:5000/alive
 ```
 cd src/Identity
 dotnet restore
-dotnet build
+dotnet build -f netcoreapp2.0
 dotnet run -f netcoreapp2.0
 ```