Files
JavaScriptServices/NuGet.master.config
2016-03-01 01:10:43 +00:00

9 lines
289 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="AspNetVNext" value="https://www.myget.org/f/aspnetmaster/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>