Rename repositories
- Data to EntityFramework - System.Data.Common to DataCommon - Microsoft.Data.SQLite to DataCommon.SQLite This is part of aspnet/Data#131
This commit is contained in:
parent
43b02a07b5
commit
ed8e904a17
|
|
@ -24,9 +24,9 @@ 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"},
|
||||||
{"System.Data.Common", gitHubUriPrefix + "System.Data.Common.git"},
|
{"Data.Common", gitHubUriPrefix + "DataCommon.git"},
|
||||||
{"Microsoft.Data.SQLite", gitHubUriPrefix + "Microsoft.Data.SQLite.git"},
|
{"Data.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"},
|
||||||
{"Data", gitHubUriPrefix + "Data.git"},
|
{"EntityFramework", gitHubUriPrefix + "EntityFramework.git"},
|
||||||
{"Razor", gitHubUriPrefix + "Razor.git"},
|
{"Razor", gitHubUriPrefix + "Razor.git"},
|
||||||
{"Routing", gitHubUriPrefix + "Routing.git"},
|
{"Routing", gitHubUriPrefix + "Routing.git"},
|
||||||
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
{"Hosting", gitHubUriPrefix + "Hosting.git"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue