Added identity and static files to the repo.

This commit is contained in:
David Fowler 2014-02-07 10:54:20 -08:00
parent ef421b4d30
commit f5bd72cdd7
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ var repos='${new Dictionary<string,string> {
{"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"},