Adding missing repos
This commit is contained in:
parent
3ef688636d
commit
4e6f55234b
|
|
@ -16,25 +16,28 @@ var gitHubUriPrefix='${useHttps ? "https://github.com/aspnet/" : "git@github.com
|
||||||
var repos='${new Dictionary<string,string> {
|
var repos='${new Dictionary<string,string> {
|
||||||
/* {"KRuntime", gitHubUriPrefix + "KRuntime.git"}, */ // Let's not build the sdk :)
|
/* {"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"},
|
{"Configuration", gitHubUriPrefix + "Configuration.git"},
|
||||||
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
|
|
||||||
{"Identity", gitHubUriPrefix + "Identity.git"},
|
|
||||||
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
|
||||||
{"DataCommon", gitHubUriPrefix + "DataCommon.git"},
|
{"DataCommon", gitHubUriPrefix + "DataCommon.git"},
|
||||||
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
||||||
|
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
|
||||||
|
{"DependencyInjection", gitHubUriPrefix + "DependencyInjection.git"},
|
||||||
|
{"DiagnosticsPages", gitHubUriPrefix + "DiagnosticsPages.git"},
|
||||||
{"EntityFramework", gitHubUriPrefix + "EntityFramework.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"},
|
{"Razor", gitHubUriPrefix + "Razor.git"},
|
||||||
{"Routing", gitHubUriPrefix + "Routing.git"},
|
{"Routing", gitHubUriPrefix + "Routing.git"},
|
||||||
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
{"Security", gitHubUriPrefix + "Security.git"},
|
||||||
{"Helios", gitHubUriPrefix + "Helios.git"},
|
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
|
||||||
{"Mvc", gitHubUriPrefix + "Mvc.git"},
|
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
||||||
{"WebListener", gitHubUriPrefix + "WebListener.git"},
|
|
||||||
{"Entropy", gitHubUriPrefix + "Entropy.git"},
|
|
||||||
{"Testing", gitHubUriPrefix + "Testing.git"},
|
{"Testing", gitHubUriPrefix + "Testing.git"},
|
||||||
|
{"WebListener", gitHubUriPrefix + "WebListener.git"},
|
||||||
}}'
|
}}'
|
||||||
|
|
||||||
@{
|
@{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue