Fixing Nuget.config

This commit is contained in:
Pranav K 2015-01-29 06:28:40 -08:00
parent e81f4a8e22
commit bccef90a2c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
</packageSources>
</configuration>