mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
9 lines
289 B
XML
Executable File
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>
|