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

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaira Wenzel <mairaw@microsoft.com>2021-08-10 22:38:18 +0300
committerGitHub <noreply@github.com>2021-08-10 22:38:18 +0300
commit5209936fe669255623bc229e5129a79ef53ea0e5 (patch)
tree9066496e14b2b5e8200d2a21647e9e0c9b89e191 /samples
parenteaa98db5647e8ada2db65e197788677d46c75747 (diff)
Add clear statement (#6557)
* Add clear statement * Remove additional package source
Diffstat (limited to 'samples')
-rw-r--r--samples/nuget/nuget.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/nuget/nuget.config b/samples/nuget/nuget.config
index 509ead36..b41edebd 100644
--- a/samples/nuget/nuget.config
+++ b/samples/nuget/nuget.config
@@ -1,6 +1,6 @@
<configuration>
<packageSources>
+ <clear/>
<add key="dotnet6" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet6/nuget/v3/index.json" />
- <add key="gRPC repository" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
</packageSources>
</configuration>