diff --git a/makefile.shade b/makefile.shade index 7543de161b..087de2e9b5 100644 --- a/makefile.shade +++ b/makefile.shade @@ -21,24 +21,29 @@ var repos='${new Dictionary { {"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"}, {"DataProtection", gitHubUriPrefix + "DataProtection.git"}, {"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"}, + {"Options", gitHubUriPrefix + "Options.git"}, + {"Logging", gitHubUriPrefix + "Logging.git"}, + {"Testing", gitHubUriPrefix + "Testing.git"}, {"Diagnostics", gitHubUriPrefix + "Diagnostics.git"}, {"EntityFramework", gitHubUriPrefix + "EntityFramework.git"}, - {"Entropy", gitHubUriPrefix + "Entropy.git"}, {"FileSystem", gitHubUriPrefix + "FileSystem.git"}, + {"WebSocketAbstractions", gitHubUriPrefix + "WebSocketAbstractions.git"}, {"Helios", gitHubUriPrefix + "Helios.git"}, {"Hosting", gitHubUriPrefix + "Hosting.git"}, {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, + {"Hosting", gitHubUriPrefix + "Hosting.git"}, + {"Helios", gitHubUriPrefix + "Helios.git"}, {"Identity", gitHubUriPrefix + "Identity.git"}, - {"Logging", gitHubUriPrefix + "Logging.git"}, - {"Mvc", gitHubUriPrefix + "Mvc.git"}, - {"Options", gitHubUriPrefix + "Options.git"}, {"Razor", gitHubUriPrefix + "Razor.git"}, {"Routing", gitHubUriPrefix + "Routing.git"}, + {"Mvc", gitHubUriPrefix + "Mvc.git"}, {"Security", gitHubUriPrefix + "Security.git"}, {"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"}, {"StaticFiles", gitHubUriPrefix + "StaticFiles.git"}, {"Testing", gitHubUriPrefix + "Testing.git"}, {"WebListener", gitHubUriPrefix + "WebListener.git"}, + {"WebSockets", gitHubUriPrefix + "WebSockets.git"}, + {"Entropy", gitHubUriPrefix + "Entropy.git"}, }}' @{