Fix dependency order or projects
This commit is contained in:
parent
60c1d007fa
commit
8422d7413a
|
|
@ -21,24 +21,29 @@ var repos='${new Dictionary<string,string> {
|
|||
{"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"},
|
||||
}}'
|
||||
|
||||
@{
|
||||
|
|
|
|||
Loading…
Reference in New Issue