From ca51aba2c839960c83df8200cac845dc02c7a3a3 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Thu, 9 Dec 2021 06:06:10 -0500 Subject: [PATCH] just use artifactory it's the right answer, and if you insist on being independent from untrustworthy and/or overpriced platforms, make a nuget feed. But I'm too lazy. So: artifactory free tier. --- creatureBirdDwarf.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creatureBirdDwarf.csproj b/creatureBirdDwarf.csproj index 0a5d20a..f91acdc 100644 --- a/creatureBirdDwarf.csproj +++ b/creatureBirdDwarf.csproj @@ -3,7 +3,7 @@ Exe net5.0 - $(RestoreSources);../packages/nuget/;https://api.nuget.org/v3/index.json + $(RestoreSources);https://api.nuget.org/v3/index.json