From 7ac3646fb0f84bbd0cf0b6e318d738f0e92f3536 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 11 Jan 2024 10:31:36 -0300 Subject: [PATCH] PM-3350 Added nuget.config so we add the nuget package source for MAUI Nightly builds --- nuget.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 000000000..16502a7fd --- /dev/null +++ b/nuget.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file