Browse Source

remove legacy nuget feed no longer reachable.

Dan Walmsley 2 years ago
parent
commit
eafaa6e584
1 changed files with 1 additions and 2 deletions
  1. 1 2
      NuGet.Config

+ 1 - 2
NuGet.Config

@@ -3,8 +3,7 @@
 <configuration>
   <packageSources>
     <clear />
-    <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
-    <add key="dotnet-eng" value="https://nuget.avaloniaui.net/repository/avalonia-devdeps/index.json" protocolVersion="3" />
+    <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />    
     <add key="skiasharp" value="https://aka.ms/skiasharp-eap/index.json" />
   </packageSources>
 </configuration>