From 1a0d4a512df968ea57611d90987755108422601f Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 26 Sep 2016 13:37:25 -0700 Subject: [PATCH] Update sample usage of EF tools --- samples/DatabaseErrorPageSample/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/DatabaseErrorPageSample/project.json b/samples/DatabaseErrorPageSample/project.json index 20b4311d2f..ab0e8ec62d 100644 --- a/samples/DatabaseErrorPageSample/project.json +++ b/samples/DatabaseErrorPageSample/project.json @@ -5,7 +5,7 @@ "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*", - "Microsoft.EntityFrameworkCore.Tools.VisualStudio": { + "Microsoft.EntityFrameworkCore.Tools": { "version": "1.0.0-*", "type": "build" }