Update makefile.shade

This commit is contained in:
David Fowler 2014-05-19 17:07:31 -07:00
parent 818f647930
commit 6ecabcf644
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ var repos='${new Dictionary<string,string> {
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"}, {"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
{"DataProtection", gitHubUriPrefix + "DataProtection.git"}, {"DataProtection", gitHubUriPrefix + "DataProtection.git"},
{"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"}, {"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"},
{"DiagnosticsPages", gitHubUriPrefix + "DiagnosticsPages.git"}, {"Diagnostics", gitHubUriPrefix + "Diagnostics.git"},
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"}, {"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
{"Entropy", gitHubUriPrefix + "Entropy.git"}, {"Entropy", gitHubUriPrefix + "Entropy.git"},
{"FileSystem", gitHubUriPrefix + "FileSystem.git"}, {"FileSystem", gitHubUriPrefix + "FileSystem.git"},
@ -30,7 +30,6 @@ var repos='${new Dictionary<string,string> {
{"Hosting", gitHubUriPrefix + "Hosting.git"}, {"Hosting", gitHubUriPrefix + "Hosting.git"},
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
{"Identity", gitHubUriPrefix + "Identity.git"}, {"Identity", gitHubUriPrefix + "Identity.git"},
{"Logging", gitHubUriPrefix + "Logging.git"},
{"Mvc", gitHubUriPrefix + "Mvc.git"}, {"Mvc", gitHubUriPrefix + "Mvc.git"},
{"Razor", gitHubUriPrefix + "Razor.git"}, {"Razor", gitHubUriPrefix + "Razor.git"},
{"Routing", gitHubUriPrefix + "Routing.git"}, {"Routing", gitHubUriPrefix + "Routing.git"},