diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
index f0b3e7d9c2..5c4ad39df4 100644
--- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
+++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Properties/Strings.Designer.cs
@@ -75,7 +75,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
///
- /// > dnx ef migrations add [migration name]
+ /// > dotnet ef migrations add [migration name]
///
internal static string DatabaseErrorPage_AddMigrationCommand
{
@@ -83,7 +83,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
///
- /// > dnx ef migrations add [migration name]
+ /// > dotnet ef migrations add [migration name]
///
internal static string FormatDatabaseErrorPage_AddMigrationCommand()
{
@@ -283,7 +283,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
///
- /// > dnx ef database update
+ /// > dotnet ef database update
///
internal static string DatabaseErrorPage_ApplyMigrationsCommand
{
@@ -291,7 +291,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
}
///
- /// > dnx ef database update
+ /// > dotnet ef database update
///
internal static string FormatDatabaseErrorPage_ApplyMigrationsCommand()
{
diff --git a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
index 36f32ac943..1a7d2359a5 100644
--- a/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
+++ b/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/Strings.resx
@@ -130,7 +130,7 @@
An exception occurred while calculating the database error page content. Skipping display of the database error page.
- > dnx ef migrations add [migration name]
+ > dotnet ef migrations add [migration name]
Apply Migrations
@@ -169,7 +169,7 @@
Applying existing migrations for {0} may resolve this issue
- > dnx ef database update
+ > dotnet ef database update
The value provided for argument '{argumentName}' must be a valid value of enum type '{enumType}'.