From f5bd72cdd7368ba69341b01bf77ae544c3f5e337 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 7 Feb 2014 10:54:20 -0800 Subject: [PATCH] Added identity and static files to the repo. --- makefile.shade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile.shade b/makefile.shade index 1cd247ba7b..d70169eaa4 100644 --- a/makefile.shade +++ b/makefile.shade @@ -14,6 +14,8 @@ var repos='${new Dictionary { {"Logging", "git@github.com:aspnet/Logging.git"}, {"Configuration", "git@github.com:aspnet/Configuration.git"}, {"DataProtection", "git@github.com:aspnet/DataProtection.git"}, + {"Identity", "git@github.com:aspnet/Identity.git"}, + {"StaticFiles", "git@github.com:aspnet/StaticFiles.git"}, {"Data", "git@github.com:aspnet/Data.git"}, {"Razor", "git@github.com:aspnet/Razor.git"}, {"Routing", "git@github.com:aspnet/Routing.git"},