diff --git a/makefile.shade b/makefile.shade index 087de2e9b5..5f15aeb8f7 100644 --- a/makefile.shade +++ b/makefile.shade @@ -28,8 +28,6 @@ var repos='${new Dictionary { {"EntityFramework", gitHubUriPrefix + "EntityFramework.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"}, @@ -40,7 +38,6 @@ var repos='${new Dictionary { {"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"},