mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-06 16:45:20 +00:00
10 lines
492 B
XML
10 lines
492 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="DailyBuilds" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
|
|
<add key="CI Dev" value="https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
|
|
<add key="ImageSharp Nightly" value="https://www.myget.org/F/imagesharp/api/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|