Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Commit 49fc412

Browse files
committed
Updating release Nuget.config
1 parent 2cf0194 commit 49fc412

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

NuGet.Config

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetvnext/api/v2" />
4+
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
55
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
66
</packageSources>
7-
<packageSourceCredentials>
8-
<AspNetVNext>
9-
<add key="Username" value="aspnetreadonly" />
10-
<add key="ClearTextPassword" value="4d8a2d9c-7b80-4162-9978-47e918c9658c" />
11-
</AspNetVNext>
12-
</packageSourceCredentials>
13-
</configuration>
7+
</configuration>

0 commit comments

Comments
 (0)