Radarr/src/NuGet.config

10 lines
476 B
Plaintext
Raw Normal View History

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" />
<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" />
2020-08-25 20:26:45 +00:00
<add key="NUnit" value="https://www.myget.org/F/nunit/api/v3/index.json" />
2019-10-14 20:21:00 +00:00
</packageSources>
</configuration>