diff --git a/makefile.shade b/makefile.shade index d4e67dbfb7..ff30d312d7 100644 --- a/makefile.shade +++ b/makefile.shade @@ -16,25 +16,28 @@ var gitHubUriPrefix='${useHttps ? "https://github.com/aspnet/" : "git@github.com var repos='${new Dictionary { /* {"KRuntime", gitHubUriPrefix + "KRuntime.git"}, */ // Let's not build the sdk :) - {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, - {"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"}, - {"FileSystem", gitHubUriPrefix + "FileSystem.git"}, - {"Logging", gitHubUriPrefix + "Logging.git"}, {"Configuration", gitHubUriPrefix + "Configuration.git"}, - {"DataProtection", gitHubUriPrefix + "DataProtection.git"}, - {"Identity", gitHubUriPrefix + "Identity.git"}, - {"StaticFiles", gitHubUriPrefix + "StaticFiles.git"}, {"DataCommon", gitHubUriPrefix + "DataCommon.git"}, {"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"}, + {"DataProtection", gitHubUriPrefix + "DataProtection.git"}, + {"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"}, + {"DiagnosticsPages", gitHubUriPrefix + "DiagnosticsPages.git"}, {"EntityFramework", gitHubUriPrefix + "EntityFramework.git"}, + {"Entropy", gitHubUriPrefix + "Entropy.git"}, + {"FileSystem", gitHubUriPrefix + "FileSystem.git"}, + {"Helios", gitHubUriPrefix + "Helios.git"}, + {"Hosting", gitHubUriPrefix + "Hosting.git"}, + {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, + {"Identity", gitHubUriPrefix + "Identity.git"}, + {"Logging", gitHubUriPrefix + "Logging.git"}, + {"Mvc", gitHubUriPrefix + "Mvc.git"}, {"Razor", gitHubUriPrefix + "Razor.git"}, {"Routing", gitHubUriPrefix + "Routing.git"}, - {"Hosting", gitHubUriPrefix + "Hosting.git"}, - {"Helios", gitHubUriPrefix + "Helios.git"}, - {"Mvc", gitHubUriPrefix + "Mvc.git"}, - {"WebListener", gitHubUriPrefix + "WebListener.git"}, - {"Entropy", gitHubUriPrefix + "Entropy.git"}, + {"Security", gitHubUriPrefix + "Security.git"}, + {"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"}, + {"StaticFiles", gitHubUriPrefix + "StaticFiles.git"}, {"Testing", gitHubUriPrefix + "Testing.git"}, + {"WebListener", gitHubUriPrefix + "WebListener.git"}, }}' @{