File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ If you want to download the latest daily build and use it in a project, then you
13
13
<configuration >
14
14
<packageSources >
15
15
<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" />
17
18
<add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
18
19
</packageSources >
19
20
</configuration >
@@ -23,21 +24,3 @@ If you want to download the latest daily build and use it in a project, then you
23
24
24
25
Some features, such as new target frameworks, may require prerelease tooling builds for Visual Studio.
25
26
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 ]
You can’t perform that action at this time.
0 commit comments