From 3915469604456710c546a6caf96cce0ec0214cd3 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Fri, 17 Dec 2021 04:32:00 -0500 Subject: [PATCH] adding a nuget package source doesn't work. I wish the documentation would stop saying "dotnet restore uses the nuget config", because it doesn't. --- directors-assistant.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directors-assistant.csproj b/directors-assistant.csproj index c705961..d240eb8 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -4,7 +4,7 @@ Exe net5.0 directors_assistant - $(RestoreSources);https://api.nuget.org/v3/index.json + $(RestoreSources);https://thegreyn.jfrog.io/artifactory/api/nuget/adamrgrey-nuget;https://api.nuget.org/v3/index.json