Skip to content

Commit 0893e57

Browse files
authored
[v2.42.x] Remove load balancing for final release (#1622)
1 parent 9414fdc commit 0893e57

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
@@ -14,10 +14,6 @@
1414
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourcePackageVersion)" />
1515
</ItemGroup>
1616

17-
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
18-
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
19-
</PropertyGroup>
20-
2117
<ItemGroup>
2218
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
2319
</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)