Skip to content

Commit e07c5f3

Browse files
committed
Update restore feeds in daily builds.md
1 parent 5f2e134 commit e07c5f3

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

docs/DailyBuilds.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ If you want to download the latest daily build and use it in a project, then you
1313
<configuration>
1414
<packageSources>
1515
<clear />
16-
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
16+
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
17+
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
1718
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
1819
</packageSources>
1920
</configuration>
@@ -23,21 +24,3 @@ If you want to download the latest daily build and use it in a project, then you
2324

2425
Some features, such as new target frameworks, may require prerelease tooling builds for Visual Studio.
2526
These are available in the [Visual Studio Preview](https://www.visualstudio.com/vs/preview/).
26-
27-
## NuGet packages
28-
29-
Daily builds of ackages can be found on <https://dotnet.myget.org/gallery/dotnet-core>. This feed may include
30-
packages that will not be supported in a officially released build.
31-
32-
Commonly referenced packages:
33-
34-
[logging-myget]: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.Extensions.Logging
35-
[logging-myget-badge]: https://img.shields.io/dotnet.myget/dotnet-core/vpre/Microsoft.Extensions.Logging.svg?style=flat-square&label=myget
36-
37-
[di-myget]: https://dotnet.myget.org/feed/dotnet-core/package/nuget/Microsoft.Extensions.DependencyInjection
38-
[di-myget-badge]: https://img.shields.io/dotnet.myget/dotnet-core/vpre/Microsoft.Extensions.DependencyInjection.svg?style=flat-square&label=myget
39-
40-
Package | MyGet
41-
:------------------------------------------|:---------------------------------------------------------
42-
Microsoft.Extensions.Logging | [![][logging-myget-badge]][logging-myget]
43-
Microsoft.Extensions.DependencyInjection | [![][di-myget-badge]][di-myget]

0 commit comments

Comments
 (0)