1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00
Radarr/src/NuGet.config

14 lines
988 B
Plaintext
Raw Normal View History

2019-10-14 22:21:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2019-10-14 22:21:00 +02:00
<packageSources>
2021-02-09 22:09:13 +01:00
<clear />
2020-06-25 01:24:26 +02:00
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
2021-02-09 22:09:13 +01:00
<add key="dotnet-bsd-crossbuild" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/dotnet-bsd-crossbuild/nuget/v3/index.json" />
<add key="Mono.Posix.NETStandard" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/Mono.Posix.NETStandard/nuget/v3/index.json" />
<add key="SQLite" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/SQLite/nuget/v3/index.json" />
<add key="coverlet-nightly" value="https://pkgs.dev.azure.com/Servarr/coverlet/_packaging/coverlet-nightly/nuget/v3/index.json" />
<add key="FFMpegCore" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/FFMpegCore/nuget/v3/index.json" />
<add key="FluentMigrator" value="https://pkgs.dev.azure.com/Servarr/Servarr/_packaging/FluentMigrator/nuget/v3/index.json" />
2019-10-14 22:21:00 +02:00
</packageSources>
</configuration>