diff --git a/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs b/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs index 17de61aa..e6c28833 100644 --- a/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs +++ b/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Yavsc.Models; diff --git a/Yavsc/Migrations/20180805122812_gitprojectref.cs b/Yavsc/Migrations/20180805122812_gitprojectref.cs index 7a7e2e02..43f9aaaa 100644 --- a/Yavsc/Migrations/20180805122812_gitprojectref.cs +++ b/Yavsc/Migrations/20180805122812_gitprojectref.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations