React to EF fluent API changes
This commit is contained in:
parent
7948533fab
commit
062d072712
|
|
@ -34,7 +34,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity.Tests
|
|||
{
|
||||
b.Property<int>("BlogId");
|
||||
b.Property<string>("Name");
|
||||
b.Key("BlogId");
|
||||
b.HasKey("BlogId");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue