From a307bb700999b819f4cc7423a18cd793c1b44498 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Thu, 22 Jan 2015 14:52:13 -0800 Subject: [PATCH] Remove System.Data packages --- makefile.shade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/makefile.shade b/makefile.shade index ff83b6e27b..3f28116974 100644 --- a/makefile.shade +++ b/makefile.shade @@ -19,7 +19,6 @@ functions // The repos list is topologically sorted based on build order "Configuration", "Caching", - "DataCommon", "DataProtection", "DependencyInjection", "Options", @@ -47,7 +46,7 @@ functions }; // Doesn't build on Mono since their contracts don't match - string[] excludeReposOnMono = new[] { "DataCommon", "Helios" }; + string[] excludeReposOnMono = new[] { "Helios" }; static bool useHttps = UseHttps(BASE_DIR); static string gitHubUriPrefix = useHttps ? "https://github.com/aspnet/" : "git@github.com:aspnet/"; @@ -414,7 +413,6 @@ functions var nonDefaultRepos = new[] { "KRuntime", - "SqlClient", "MusicStore" }; return Enumerable.Concat(repos, nonDefaultRepos);