We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0177177 commit 6427f04Copy full SHA for 6427f04
2 files changed
src/Npgsql.EntityFrameworkCore.PostgreSQL.Design/Internal/NpgsqlDesignTimeServices.cs
@@ -23,7 +23,6 @@
23
24
using JetBrains.Annotations;
25
using Microsoft.EntityFrameworkCore.Metadata;
26
-using Microsoft.EntityFrameworkCore.Migrations.Design;
27
using Microsoft.EntityFrameworkCore.Storage;
28
using Microsoft.EntityFrameworkCore.Storage.Internal;
29
using Microsoft.Extensions.DependencyInjection;
src/Npgsql.EntityFrameworkCore.PostgreSQL.Design/project.json
@@ -19,7 +19,6 @@
19
},
20
"dependencies" : {
21
"Microsoft.EntityFrameworkCore": "1.1.0-*",
22
- "Microsoft.EntityFrameworkCore.Design": "1.0.0-preview3-*",
"Microsoft.EntityFrameworkCore.Relational": "1.1.0-*",
"Microsoft.EntityFrameworkCore.Relational.Design": "1.1.0-*",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*",
0 commit comments