### What version of gRPC and what language are you using? C#, master branch ### What operating system (Linux, Windows,...) and version? Windows ### What runtime / compiler are you using (e.g. .NET Core SDK version `dotnet --info`) .net core sdk 8.0.200 ### What did you do? Reset nuget configuration from nuget.config due to corporate policy. and can't restore packages from internal nuget proxy. ### What did you expect to see? Use actual [Microsoft.Extensions.Diagnostics.Testing](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.Testing/8.2.0) instead ### What did you see instead? Current version of tests depends to Microsoft.Extensions.Logging.Testing which was delisted from [nuget](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Testing). https://github.com/grpc/grpc-dotnet/blob/933023b6f818ec54dfe84e7d31ec50dfe5044c13/Directory.Packages.props#L66