diff --git a/makefile.shade b/makefile.shade index 0fecdae265..0ed76d34d6 100644 --- a/makefile.shade +++ b/makefile.shade @@ -22,7 +22,7 @@ var repos='${new Dictionary { {"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"}, {"DataProtection", gitHubUriPrefix + "DataProtection.git"}, {"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"}, - {"DiagnosticsPages", gitHubUriPrefix + "DiagnosticsPages.git"}, + {"Diagnostics", gitHubUriPrefix + "Diagnostics.git"}, {"EntityFramework", gitHubUriPrefix + "EntityFramework.git"}, {"Entropy", gitHubUriPrefix + "Entropy.git"}, {"FileSystem", gitHubUriPrefix + "FileSystem.git"}, @@ -30,7 +30,6 @@ var repos='${new Dictionary { {"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"},