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"},
|
{"DataProtection", gitHubUriPrefix + "DataProtection.git"},
|
||||||
{"Identity", gitHubUriPrefix + "Identity.git"},
|
{"Identity", gitHubUriPrefix + "Identity.git"},
|
||||||
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
{"StaticFiles", gitHubUriPrefix + "StaticFiles.git"},
|
||||||
{"Data.Common", gitHubUriPrefix + "DataCommon.git"},
|
{"DataCommon", gitHubUriPrefix + "DataCommon.git"},
|
||||||
{"Data.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
{"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
||||||
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
||||||
{"Razor", gitHubUriPrefix + "Razor.git"},
|
{"Razor", gitHubUriPrefix + "Razor.git"},
|
||||||
{"Routing", gitHubUriPrefix + "Routing.git"},
|
{"Routing", gitHubUriPrefix + "Routing.git"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue