From 17458cbb1e78f96090f0378bfe9cd75f9e7e1acf Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Wed, 19 Jan 2022 21:21:10 +1300 Subject: [PATCH] [v2.42.x] Remove load balancing for final release (#1572) --- src/Grpc.Net.Client/Grpc.Net.Client.csproj | 4 ---- test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj | 4 ---- test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj | 4 ---- 3 files changed, 12 deletions(-) diff --git a/src/Grpc.Net.Client/Grpc.Net.Client.csproj b/src/Grpc.Net.Client/Grpc.Net.Client.csproj index 9338dc471..077753b40 100644 --- a/src/Grpc.Net.Client/Grpc.Net.Client.csproj +++ b/src/Grpc.Net.Client/Grpc.Net.Client.csproj @@ -13,10 +13,6 @@ - - SUPPORT_LOAD_BALANCING;$(DefineConstants) - - diff --git a/test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj b/test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj index e9e6dbdbd..599b1ad4d 100644 --- a/test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj +++ b/test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj @@ -9,10 +9,6 @@ True - - SUPPORT_LOAD_BALANCING;$(DefineConstants) - - diff --git a/test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj b/test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj index a9c169b6d..d31cc865a 100644 --- a/test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj +++ b/test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj @@ -6,10 +6,6 @@ true - - SUPPORT_LOAD_BALANCING;$(DefineConstants) - -