Add clear statement (#6557)

* Add clear statement

* Remove additional package source
This commit is contained in:
Maira Wenzel 2021-08-10 12:38:18 -07:00 committed by GitHub
parent eaa98db564
commit 5209936fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>