diff --git a/Directory.Build.props b/Directory.Build.props
index 229bc63ba1..9747c06c99 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -5,6 +5,7 @@
+
Microsoft ASP.NET Core
diff --git a/NuGet.config b/NuGet.config
index 4e8a1f6de1..e32bddfd51 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -2,8 +2,6 @@
-
-
-
+
diff --git a/build/sources.props b/build/sources.props
new file mode 100644
index 0000000000..c03f3ddb60
--- /dev/null
+++ b/build/sources.props
@@ -0,0 +1,16 @@
+
+
+
+
+ $(DotNetRestoreSources)
+
+ $(RestoreSources);
+ https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json;
+ https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
+
+
+ $(RestoreSources);
+ https://api.nuget.org/v3/index.json;
+
+
+
diff --git a/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/NuGet.config b/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/NuGet.config
deleted file mode 100644
index 7be9c71eca..0000000000
--- a/src/Microsoft.AspNetCore.Identity.Service.Specification.Tests/NuGet.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-