From b32c88c0d6b9522592bc9d26581840533900dc14 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 29 May 2018 17:18:58 +0100 Subject: [PATCH] Remove suggestion to reference ASP.NET CI dev feed from readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab41e3ca41..388353652b 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ The Blazor Visual Studio tooling will build as part of the command line build wh To use a nightly or developer CI build of the Blazor package, ensure that you have the Blazor package feed configured, and update your package version numbers. You should use developer builds only with the expectation that things will break and change without any sort of announcement. -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: +Update your projects to include the Blazor development feed (`https://dotnet.myget.org/f/blazor-dev/api/v3/index.json`). You can do this in a project file with MSBuild: + ```xml - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; https://dotnet.myget.org/f/blazor-dev/api/v3/index.json; ``` @@ -98,7 +98,6 @@ Or in a NuGet.config in the same directory as the solution file: -