Skip to content

Commit

Permalink
[release/3.1] Remove grpc-nuget-dev feed
Browse files Browse the repository at this point in the history
- https://grpc.jfrog.io/ seems to be failing though https://status.jfrog.io/ says all is well
- feed is not needed because Grpc.AspNetCore v2.23.2 is available from NuGet.org
  • Loading branch information
dougbu committed Dec 14, 2019
1 parent 81bccd1 commit e6af4bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet3.1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json" />
<add key="dotnet3.1-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json" />
<add key="grpc-nuget-dev" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit e6af4bf

Please sign in to comment.