Lidarr/src/NuGet.config

8 lines
322 B
Plaintext
Raw Normal View History

2019-10-17 20:42:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2019-10-28 21:12:26 +00:00
<packageSources>
<add key="MyFeed" value="https://pkgs.dev.azure.com/Lidarr/Lidarr/_packaging/SQLite/nuget/v3/index.json" />
<add key="FluentMigrator" value="https://www.myget.org/F/fluent-migrator/api/v3/index.json" />
</packageSources>
</configuration>