diff --git a/README.md b/README.md
index 04331eaa04..ab41e3ca41 100644
--- a/README.md
+++ b/README.md
@@ -84,12 +84,10 @@ To use a nightly or developer CI build of the Blazor package, ensure that you ha
Update your projects to include the Blazor developer feed (`https://dotnet.myget.org/f/blazor-dev/api/v3/index.json`) and ASP.NET Core developer feed (`https://dotnet.myget.org/F/dotnet-core/api/v3/index.json`). You can do this in a project file with MSBuild:
```xml
-
- $(RestoreSources);
- https://api.nuget.org/v3/index.json;
+
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
-
+
```
Or in a NuGet.config in the same directory as the solution file:
diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj
index ff0f4e61aa..4ca9064a51 100644
--- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj
+++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Client/BlazorHosted-CSharp.Client.csproj
@@ -3,11 +3,9 @@
netstandard2.0
Exe
-
- $(RestoreSources);
- https://api.nuget.org/v3/index.json;
+
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
-
+
7.3
diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj
index 5fed11abc2..c2ba023f44 100644
--- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj
+++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted-CSharp/BlazorHosted-CSharp.Server/BlazorHosted-CSharp.Server.csproj
@@ -2,11 +2,9 @@
netcoreapp2.1
-
- $(RestoreSources);
- https://api.nuget.org/v3/index.json;
+
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
-
+
7.3
diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj
index a27676ed8b..7625da03da 100644
--- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj
+++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorLibrary-CSharp/BlazorLibrary-CSharp.csproj
@@ -5,11 +5,9 @@
Library
true
false
-
- $(RestoreSources);
- https://api.nuget.org/v3/index.json;
+
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
-
+
7.3
diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj
index 652d98a810..0048627b32 100644
--- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj
+++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone-CSharp/BlazorStandalone-CSharp.csproj
@@ -4,11 +4,9 @@
netstandard2.0
dotnet
blazor serve
-
- $(RestoreSources);
- https://api.nuget.org/v3/index.json;
+
https://dotnet.myget.org/f/blazor-dev/api/v3/index.json;
-
+
7.3