React to changes in EF. https://github.com/aspnet/EntityFramework/pull/3108
This commit is contained in:
parent
d3f1437764
commit
8e7fca953c
|
|
@ -6,7 +6,6 @@ using Microsoft.Data.Entity;
|
||||||
using Microsoft.Data.Entity.Infrastructure;
|
using Microsoft.Data.Entity.Infrastructure;
|
||||||
using Microsoft.Data.Entity.Metadata;
|
using Microsoft.Data.Entity.Metadata;
|
||||||
using Microsoft.Data.Entity.Migrations;
|
using Microsoft.Data.Entity.Migrations;
|
||||||
using Microsoft.Data.Entity.SqlServer.Metadata;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Diagnostics.Entity.Tests
|
namespace Microsoft.AspNet.Diagnostics.Entity.Tests
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue