We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa98db commit 5209936Copy full SHA for 5209936
samples/nuget/nuget.config
@@ -1,6 +1,6 @@
1
<configuration>
2
<packageSources>
3
+ <clear/>
4
<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" />
5
</packageSources>
6
</configuration>
0 commit comments