Skip to content

Commit d739d92

Browse files
committed
make sure that GenerateRuntimeConfigurationFiles would get proper value
1 parent 70c66f7 commit d739d92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,11 @@ Copyright (c) .NET Foundation. All rights reserved.
620620
Value="$(UseNativeHttpHandler)"
621621
Trim="true" />
622622

623+
<RuntimeHostConfigurationOption Include="System.Net.Http.WasmEnableStreamingResponse"
624+
Condition="'$(WasmEnableStreamingResponse)' != ''"
625+
Value="$(WasmEnableStreamingResponse)"
626+
Trim="true" />
627+
623628
<RuntimeHostConfigurationOption Include="System.Net.Security.UseManagedNtlm"
624629
Condition="'$(_UseManagedNtlm)' != ''"
625630
Value="$(_UseManagedNtlm)"

0 commit comments

Comments
 (0)