Skip to content

Commit

Permalink
Update restore feeds in daily builds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcmaster committed Jun 13, 2019
1 parent 7ef6eca commit 079a55d
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions docs/DailyBuilds.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ If you want to download the latest daily build and use it in a project, then you
<configuration>
<packageSources>
<clear />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
Expand All @@ -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 <https://dotnet.myget.org/gallery/dotnet-core>. 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]

0 comments on commit 079a55d

Please sign in to comment.