React to EF package renames

This is part of aspnet/Data#132
This commit is contained in:
Brice Lambson 2014-05-05 15:48:20 -07:00
parent bb427ee393
commit 06d962291f
4 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
using Microsoft.AspNet.ConfigurationModel;
using Microsoft.Data.Entity;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.InMemory;
using Microsoft.Data.SqlServer;
using Microsoft.Data.Entity.InMemory;
using Microsoft.Data.Entity.SqlServer;
using System;
namespace MusicStore.Models

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Data.Entity;
using Microsoft.Data.SqlServer;
using Microsoft.Data.Entity.SqlServer;
using Microsoft.AspNet.DependencyInjection;
namespace MusicStore.Models

View File

@ -14,8 +14,8 @@ using Microsoft.AspNet.RequestContainer;
using Microsoft.AspNet.Routing;
using Microsoft.AspNet.Security.Cookies;
using Microsoft.Data.Entity;
using Microsoft.Data.InMemory;
using Microsoft.Data.SqlServer;
using Microsoft.Data.Entity.InMemory;
using Microsoft.Data.Entity.SqlServer;
using Microsoft.Net.Runtime;
using MusicStore.Logging;
using MusicStore.Models;

View File

@ -26,10 +26,10 @@
"Microsoft.AspNet.Identity.InMemory": "0.1-alpha-*",
"Microsoft.AspNet.Identity.Security": "0.1-alpha-*",
"Microsoft.Data.Entity": "0.1-alpha-*",
"Microsoft.Data.Relational": "0.1-alpha-*",
"Microsoft.Data.SqlServer": "0.1-alpha-*",
"Microsoft.Data.InMemory": "0.1-alpha-*",
"Microsoft.Data.Migrations": "0.1-alpha-*",
"Microsoft.Data.Entity.Relational": "0.1-alpha-*",
"Microsoft.Data.Entity.SqlServer": "0.1-alpha-*",
"Microsoft.Data.Entity.InMemory": "0.1-alpha-*",
"Microsoft.Data.Entity.Migrations": "0.1-alpha-*",
"Microsoft.AspNet.Diagnostics": "0.1-alpha-*",
"Microsoft.AspNet.Hosting": "0.1-alpha-*",
"Microsoft.AspNet.Server.WebListener": "0.1-alpha-*",