2019-10-14 20:21:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
2019-10-14 20:21:00 +00:00
|
|
|
<packageSources>
|
2020-06-24 23:24:26 +00:00
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2020-06-06 18:15:13 +00:00
|
|
|
<add key="MyFeed" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/SQLite/nuget/v3/index.json" />
|
2019-10-14 20:21:00 +00:00
|
|
|
<add key="FluentMigrator" value="https://www.myget.org/F/fluent-migrator/api/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
</configuration>
|