Skip to content

Commit 17458cb

Browse files
authored
[v2.42.x] Remove load balancing for final release (#1572)
1 parent e135755 commit 17458cb

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

src/Grpc.Net.Client/Grpc.Net.Client.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourcePackageVersion)" />
1414
</ItemGroup>
1515

16-
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
17-
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
18-
</PropertyGroup>
19-
2016
<ItemGroup>
2117
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
2218
</ItemGroup>

test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
</PropertyGroup>
1111

12-
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
13-
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
14-
</PropertyGroup>
15-
1612
<ItemGroup>
1713
<Compile Include="..\Shared\ServiceConfigHelpers.cs" Link="Infrastructure\ServiceConfigHelpers.cs" />
1814
<Compile Include="..\Shared\ExceptionAssert.cs" Link="Infrastructure\ExceptionAssert.cs" />

test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<DisableAspNetCoreDefaultClientTypeOverride>true</DisableAspNetCoreDefaultClientTypeOverride>
77
</PropertyGroup>
88

9-
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
10-
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
11-
</PropertyGroup>
12-
139
<ItemGroup>
1410
<Protobuf Include="Proto\greet.proto" GrpcServices="Client" />
1511

0 commit comments

Comments
 (0)