diff --git a/src/AADIntegration/Directory.Build.props b/src/AADIntegration/Directory.Build.props
index 1179f98fadf008ce01df930f2b7e0cd2d2507f9d..99160dadb6e9a8c11dcde0665b5323ecb2d462a6 100644
--- a/src/AADIntegration/Directory.Build.props
+++ b/src/AADIntegration/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core AAD Integration</Product>
-    <RepositoryUrl>https://github.com/aspnet/AADIntegration</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
diff --git a/src/Antiforgery/Directory.Build.props b/src/Antiforgery/Directory.Build.props
index 1008441f18a7980cadf8363ef66a252bfe4000e7..811534b9fb95ad15fde71c3692ef3df7848759f6 100644
--- a/src/Antiforgery/Directory.Build.props
+++ b/src/Antiforgery/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/Antiforgery</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/AuthSamples/Directory.Build.props b/src/AuthSamples/Directory.Build.props
index 407b45e839d071bd95edf1dd93e201c7781dfa1e..26d1c16e452f32327b9684cc099f514c29b3c7d0 100644
--- a/src/AuthSamples/Directory.Build.props
+++ b/src/AuthSamples/Directory.Build.props
@@ -5,7 +5,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/AuthSamples</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
   </PropertyGroup>
diff --git a/src/AzureIntegration/Directory.Build.props b/src/AzureIntegration/Directory.Build.props
index 87cbc63e5f6f8e1fca114dd4884eff06b27f5169..24c8148124d35264f9e0cb659d57170c583f9ea4 100644
--- a/src/AzureIntegration/Directory.Build.props
+++ b/src/AzureIntegration/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/AzureIntegration</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
diff --git a/src/CORS/Directory.Build.props b/src/CORS/Directory.Build.props
index c81115d3100083932983aaf14536dba91095434c..2883c9cc0acea18f069802b8ff1eb74eb6b44dbd 100644
--- a/src/CORS/Directory.Build.props
+++ b/src/CORS/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/CORS</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/HttpSysServer/Directory.Build.props b/src/HttpSysServer/Directory.Build.props
index 13a3c749b480920a7ad9e58ed46e220a76a89355..f1986d9953cfff83503773fac3b190273f9cc174 100644
--- a/src/HttpSysServer/Directory.Build.props
+++ b/src/HttpSysServer/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/HttpSysServer</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/IISIntegration/Directory.Build.props b/src/IISIntegration/Directory.Build.props
index bbf4bc8f2dc9fc552ad558f6b87c9884e34482d5..5a07124cb62e8e7dd8e49c703d8d0229136af6bd 100644
--- a/src/IISIntegration/Directory.Build.props
+++ b/src/IISIntegration/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/IISIntegration</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
diff --git a/src/JavaScriptServices/Directory.Build.props b/src/JavaScriptServices/Directory.Build.props
index dc003d895a1bb9eaa292e231fb888e1c69e95c9f..a00dce6550ff585de3460137ea135b58be4ca5dc 100644
--- a/src/JavaScriptServices/Directory.Build.props
+++ b/src/JavaScriptServices/Directory.Build.props
@@ -5,7 +5,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/javascriptservices</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\eng\AspNetCore.snk</AssemblyOriginatorKeyFile>
diff --git a/src/MetaPackages/Directory.Build.props b/src/MetaPackages/Directory.Build.props
index cb85b246a2319e7b3c20f2eec2fe59daa0433e61..9ed621177a8d14e109d2b69de33c23845fdafe87 100644
--- a/src/MetaPackages/Directory.Build.props
+++ b/src/MetaPackages/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/MetaPackages</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspnetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <GenerateUserSecretsAttribute>false</GenerateUserSecretsAttribute>
diff --git a/src/ResponseCaching/Directory.Build.props b/src/ResponseCaching/Directory.Build.props
index 10c6cc3933b88834daadc3d350835ba9085ecced..2883c9cc0acea18f069802b8ff1eb74eb6b44dbd 100644
--- a/src/ResponseCaching/Directory.Build.props
+++ b/src/ResponseCaching/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/ResponseCaching</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/Routing/Directory.Build.props b/src/Routing/Directory.Build.props
index fc39fae5b420b3c107f53fb8f83bb9c12ea36567..f1986d9953cfff83503773fac3b190273f9cc174 100644
--- a/src/Routing/Directory.Build.props
+++ b/src/Routing/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/Routing</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/Security/Directory.Build.props b/src/Security/Directory.Build.props
index adbda10ef8fafd309a4931710d83704a322ce198..f1986d9953cfff83503773fac3b190273f9cc174 100644
--- a/src/Security/Directory.Build.props
+++ b/src/Security/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/Security</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/ServerTests/Directory.Build.props b/src/ServerTests/Directory.Build.props
index fc93574baebbba799b3f903e12e4cad276c482d7..cefef093b13a8c50d4ae3f25a93831678461e2f6 100644
--- a/src/ServerTests/Directory.Build.props
+++ b/src/ServerTests/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/servertests</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
diff --git a/src/Session/Directory.Build.props b/src/Session/Directory.Build.props
index c2790fd6a606e859fa1107c0be903ddb43f77024..2883c9cc0acea18f069802b8ff1eb74eb6b44dbd 100644
--- a/src/Session/Directory.Build.props
+++ b/src/Session/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/Session</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/StaticFiles/Directory.Build.props b/src/StaticFiles/Directory.Build.props
index 2c2d9cc9d09a7b82c5031a6b4fd2795d8e4cb4e9..2883c9cc0acea18f069802b8ff1eb74eb6b44dbd 100644
--- a/src/StaticFiles/Directory.Build.props
+++ b/src/StaticFiles/Directory.Build.props
@@ -9,7 +9,7 @@
 
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
-    <RepositoryUrl>https://github.com/aspnet/StaticFiles</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
     <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
diff --git a/src/Templating/Directory.Build.props b/src/Templating/Directory.Build.props
index 9887edd5d59d8f7a7ba186cede1b8b89e5221aad..d7eb964138924ce86bd5b412dfcd395c79dc4ba4 100644
--- a/src/Templating/Directory.Build.props
+++ b/src/Templating/Directory.Build.props
@@ -10,7 +10,7 @@
   <PropertyGroup>
     <Product>Microsoft ASP.NET Core</Product>
     <RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
-    <RepositoryUrl>https://github.com/aspnet/Templating</RepositoryUrl>
+    <RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
     <RepositoryType>git</RepositoryType>
     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
   </PropertyGroup>