File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 14
14
<PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" $(SystemDiagnosticsDiagnosticSourcePackageVersion)" />
15
15
</ItemGroup >
16
16
17
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'" >
18
- <DefineConstants >SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants >
19
- </PropertyGroup >
20
-
21
17
<ItemGroup >
22
18
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" $(MicrosoftExtensionsPackageVersion)" />
23
19
</ItemGroup >
Original file line number Diff line number Diff line change 9
9
<EnablePreviewFeatures >True</EnablePreviewFeatures >
10
10
</PropertyGroup >
11
11
12
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'" >
13
- <DefineConstants >SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants >
14
- </PropertyGroup >
15
-
16
12
<ItemGroup >
17
13
<Compile Include =" ..\Shared\ServiceConfigHelpers.cs" Link =" Infrastructure\ServiceConfigHelpers.cs" />
18
14
<Compile Include =" ..\Shared\ExceptionAssert.cs" Link =" Infrastructure\ExceptionAssert.cs" />
Original file line number Diff line number Diff line change 6
6
<DisableAspNetCoreDefaultClientTypeOverride >true</DisableAspNetCoreDefaultClientTypeOverride >
7
7
</PropertyGroup >
8
8
9
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'" >
10
- <DefineConstants >SUPPORT_LOAD_BALANCING;$(DefineConstants)</DefineConstants >
11
- </PropertyGroup >
12
-
13
9
<ItemGroup >
14
10
<Protobuf Include =" Proto\greet.proto" GrpcServices =" Client" />
15
11
You can’t perform that action at this time.
0 commit comments