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 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments