We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c66f7 commit d739d92Copy full SHA for d739d92
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.targets
@@ -620,6 +620,11 @@ Copyright (c) .NET Foundation. All rights reserved.
620
Value="$(UseNativeHttpHandler)"
621
Trim="true" />
622
623
+ <RuntimeHostConfigurationOption Include="System.Net.Http.WasmEnableStreamingResponse"
624
+ Condition="'$(WasmEnableStreamingResponse)' != ''"
625
+ Value="$(WasmEnableStreamingResponse)"
626
+ Trim="true" />
627
+
628
<RuntimeHostConfigurationOption Include="System.Net.Security.UseManagedNtlm"
629
Condition="'$(_UseManagedNtlm)' != ''"
630
Value="$(_UseManagedNtlm)"
0 commit comments