Skip to content

Commit

Permalink
[v2.42.x] Remove load balancing for final release (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Jan 19, 2022
1 parent e135755 commit 17458cb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/Grpc.Net.Client/Grpc.Net.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="$(SystemDiagnosticsDiagnosticSourcePackageVersion)" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="$(MicrosoftExtensionsPackageVersion)" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions test/FunctionalTests/Grpc.AspNetCore.FunctionalTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<EnablePreviewFeatures>True</EnablePreviewFeatures>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\Shared\ServiceConfigHelpers.cs" Link="Infrastructure\ServiceConfigHelpers.cs" />
<Compile Include="..\Shared\ExceptionAssert.cs" Link="Infrastructure\ExceptionAssert.cs" />
Expand Down
4 changes: 0 additions & 4 deletions test/Grpc.Net.Client.Tests/Grpc.Net.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<DisableAspNetCoreDefaultClientTypeOverride>true</DisableAspNetCoreDefaultClientTypeOverride>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
<DefineConstants>SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Protobuf Include="Proto\greet.proto" GrpcServices="Client" />

Expand Down

0 comments on commit 17458cb

Please sign in to comment.