Correctly rename repositories
This commit is contained in:
parent
ed8e904a17
commit
7f9b54493c
|
|
@ -24,8 +24,8 @@ var repos='${new Dictionary<string,string> {
|
|||
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
|
||||
{"Identity", gitHubUriPrefix + "Identity.git"},
|
||||
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
||||
{"Data.Common", gitHubUriPrefix + "DataCommon.git"},
|
||||
{"Data.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
||||
{"DataCommon", gitHubUriPrefix + "DataCommon.git"},
|
||||
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
||||
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
||||
{"Razor", gitHubUriPrefix + "Razor.git"},
|
||||
{"Routing", gitHubUriPrefix + "Routing.git"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue