Skip to content

Commit 53f5a77

Browse files
Use preview2-final NuGet feed until it ships to NuGet.org
1 parent 5fd9b93 commit 53f5a77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NuGet.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
5+
<add key="AspNetCorePreview2Final" value="https://dotnet.myget.org/F/dotnet-2-0-0-preview2-final/api/v3/index.json" />
6+
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" />
67
<add key="AspNetCoreTools" value="https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
78
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
89
</packageSources>
9-
</configuration>
10+
</configuration>

0 commit comments

Comments
 (0)