Fixed duplicates in repo list
This commit is contained in:
parent
8422d7413a
commit
2e6f9859a9
|
|
@ -28,8 +28,6 @@ var repos='${new Dictionary<string,string> {
|
||||||
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
||||||
{"FileSystem", gitHubUriPrefix + "FileSystem.git"},
|
{"FileSystem", gitHubUriPrefix + "FileSystem.git"},
|
||||||
{"WebSocketAbstractions", gitHubUriPrefix + "WebSocketAbstractions.git"},
|
{"WebSocketAbstractions", gitHubUriPrefix + "WebSocketAbstractions.git"},
|
||||||
{"Helios", gitHubUriPrefix + "Helios.git"},
|
|
||||||
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
|
||||||
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
|
{"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"},
|
||||||
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
||||||
{"Helios", gitHubUriPrefix + "Helios.git"},
|
{"Helios", gitHubUriPrefix + "Helios.git"},
|
||||||
|
|
@ -40,7 +38,6 @@ var repos='${new Dictionary<string,string> {
|
||||||
{"Security", gitHubUriPrefix + "Security.git"},
|
{"Security", gitHubUriPrefix + "Security.git"},
|
||||||
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
|
{"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"},
|
||||||
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
||||||
{"Testing", gitHubUriPrefix + "Testing.git"},
|
|
||||||
{"WebListener", gitHubUriPrefix + "WebListener.git"},
|
{"WebListener", gitHubUriPrefix + "WebListener.git"},
|
||||||
{"WebSockets", gitHubUriPrefix + "WebSockets.git"},
|
{"WebSockets", gitHubUriPrefix + "WebSockets.git"},
|
||||||
{"Entropy", gitHubUriPrefix + "Entropy.git"},
|
{"Entropy", gitHubUriPrefix + "Entropy.git"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue