Skip to content

Commit 5209936

Browse files
authored
Add clear statement (dotnet#6557)
* Add clear statement * Remove additional package source
1 parent eaa98db commit 5209936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/nuget/nuget.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<configuration>
22
<packageSources>
3+
<clear/>
34
<add key="dotnet6" value="https://dnceng.pkgs.visualstudio.com/public/_packaging/dotnet6/nuget/v3/index.json" />
4-
<add key="gRPC repository" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
55
</packageSources>
66
</configuration>

0 commit comments

Comments
 (0)