From bdc0bb44415f242987ec4cecfe16bb609f02b7e0 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sat, 28 Dec 2019 18:00:09 +0100 Subject: [PATCH] Added Lidarr NuGet package url to get the sqlite package --- src/NuGet.config | 6 ++++++ src/Sonarr.sln | 1 + 2 files changed, 7 insertions(+) create mode 100644 src/NuGet.config diff --git a/src/NuGet.config b/src/NuGet.config new file mode 100644 index 000000000..28fef19e0 --- /dev/null +++ b/src/NuGet.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/Sonarr.sln b/src/Sonarr.sln index 5b6820949..73c5832c0 100644 --- a/src/Sonarr.sln +++ b/src/Sonarr.sln @@ -53,6 +53,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sonarr.Common", "NzbDrone.C EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1E6B3CBE-1578-41C1-9BF9-78D818740BE9}" ProjectSection(SolutionItems) = preProject + NuGet.config = NuGet.config .nuget\NuGet.exe = .nuget\NuGet.exe EndProjectSection EndProject