We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc98a7 commit 6a56f1aCopy full SHA for 6a56f1a
README.md
@@ -28,7 +28,7 @@ If you want to use the latest dev build then you need to:
28
<configuration>
29
<packageSources>
30
<clear />
31
- <add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v3/index.json" />
+ <add key="AspNetVNext" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
32
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
33
</packageSources>
34
</configuration>
0 commit comments