From 079a55d9d351c58fdf490ff24961b0c36b846930 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 12 Jun 2019 16:42:12 -0700 Subject: [PATCH] Update restore feeds in daily builds.md --- docs/DailyBuilds.md | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/DailyBuilds.md b/docs/DailyBuilds.md index 694a2864d78..e0333886a72 100644 --- a/docs/DailyBuilds.md +++ b/docs/DailyBuilds.md @@ -13,7 +13,8 @@ If you want to download the latest daily build and use it in a project, then you - + + @@ -23,21 +24,3 @@ If you want to download the latest daily build and use it in a project, then you Some features, such as new target frameworks, may require prerelease tooling builds for Visual Studio. These are available in the [Visual Studio Preview](https://www.visualstudio.com/vs/preview/). - -## NuGet packages - -Daily builds of ackages can be found on . This feed may include -packages that will not be supported in a officially released build. - -Commonly referenced packages: - -[logging-myget]: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.Extensions.Logging -[logging-myget-badge]: https://img.shields.io/dotnet.myget/dotnet-core/vpre/Microsoft.Extensions.Logging.svg?style=flat-square&label=myget - -[di-myget]: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.Extensions.DependencyInjection -[di-myget-badge]: https://img.shields.io/dotnet.myget/dotnet-core/vpre/Microsoft.Extensions.DependencyInjection.svg?style=flat-square&label=myget - -Package | MyGet -:------------------------------------------|:--------------------------------------------------------- -Microsoft.Extensions.Logging | [![][logging-myget-badge]][logging-myget] -Microsoft.Extensions.DependencyInjection | [![][di-myget-badge]][di-myget]