From d762b614bdfcfa4cf21bd00f9bb73013ba01b676 Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Sat, 15 Feb 2014 12:29:31 -0800 Subject: [PATCH] Add System.Data.Common & Microsoft.Data.SQLite --- makefile.shade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index a1f19cf36d..4e9bea9f1c 100644 --- a/makefile.shade +++ b/makefile.shade @@ -23,7 +23,9 @@ var repos='${new Dictionary { {"WebFx", "git@github.com:aspnet/WebFx.git"}, {"Hosting", "git@github.com:aspnet/Hosting.git"}, {"Helios", "git@github.com:aspnet/Helios.git"}, - {"WebListener", "git@github.com:aspnet/WebListener.git"} + {"WebListener", "git@github.com:aspnet/WebListener.git"}, + {"System.Data.Common", "git@github.com:aspnet/System.Data.Common.git"}, + {"Microsoft.Data.SQLite", "git@github.com:aspnet/Microsoft.Data.SQLite.git"} }}' default BASE_DIR='${Directory.GetCurrentDirectory()}'