From f644aea3b1c8be13da242f78474772bc36344ad2 Mon Sep 17 00:00:00 2001 From: Rowan Miller Date: Mon, 23 Mar 2015 15:55:43 -0700 Subject: [PATCH] :art: Update 'k' to 'dnx' in migrations info --- src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx b/src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx index a96681ffbe..7a0d569ae5 100644 --- a/src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx +++ b/src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx @@ -130,7 +130,7 @@ An exception occurred while calculating the database error page content. Skipping display of the database error page. - > k ef migration add [migration name] + > dnx . ef migration add [migration name] Apply Migrations @@ -169,7 +169,7 @@ Applying existing migrations for {0} may resolve this issue - > k ef migration apply + > dnx . ef migration apply The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.