From 69182e3009e5243d4f415b9f9a08ce113f7cb73d Mon Sep 17 00:00:00 2001
From: Rolf Bjarne Kvinge <rolf@xamarin.com>
Date: Fri, 1 Mar 2024 10:23:56 +0100
Subject: [PATCH] Use a public feed.

This way authentication isn't required to build.
---
 NuGet.Config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NuGet.Config b/NuGet.Config
index 06b68eab..d7029795 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -5,6 +5,6 @@
 	</config>
 	<packageSources>
 		<clear />
-		<add key="xvs" value="https://devdiv.pkgs.visualstudio.com/_packaging/xamarin-xvs/nuget/v3/index.json" />
+		<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion="3" />
 	</packageSources>
 </configuration>
\ No newline at end of file