Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ward <matt.ward@microsoft.com>2022-09-19 13:44:37 +0300
committerMatt Ward <matt.ward@microsoft.com>2022-09-19 13:44:37 +0300
commite095e75fe7785acae094a055225bc7382062f26a (patch)
tree28bbebdf1ba5fc7fe87fce818519f27dfb5b4835
parenteab74420661dd4d42e6b17d1fafc65009c0b94dd (diff)
Do not clear existing NuGet package sourcesdev/mrward/net7
-rw-r--r--NuGet.Config1
1 files changed, 0 insertions, 1 deletions
diff --git a/NuGet.Config b/NuGet.Config
index a8fc5c6..73f2d67 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
- <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>