Skip to content

Commit 843ed47

Browse files
Set a default for the Http3Support feature switch (#49583)
1 parent f8d955d commit 843ed47

File tree

1 file changed

+1
-0
lines changed
  • src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest

1 file changed

+1
-0
lines changed

src/Workloads/Manifests/Microsoft.NET.Workload.Mono.Toolchain.Current.Manifest/WasmFeatures.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<UseSizeOptimizedLinq Condition="'$(UseSizeOptimizedLinq)' == ''">true</UseSizeOptimizedLinq>
88
<UseSystemResourceKeys Condition="'$(UseSystemResourceKeys)' == ''">true</UseSystemResourceKeys>
99
<EnableUnsafeUTF7Encoding Condition="'$(EnableUnsafeUTF7Encoding)' == ''">false</EnableUnsafeUTF7Encoding>
10+
<Http3Support Condition="'$(Http3Support)' == ''">false</Http3Support>
1011
<HttpActivityPropagationSupport Condition="'$(HttpActivityPropagationSupport)' == ''">false</HttpActivityPropagationSupport>
1112
<DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(Configuration)' != 'Debug'">false</DebuggerSupport>
1213
<WasmEnableStreamingResponse Condition="'$(WasmEnableStreamingResponse)' == ''">true</WasmEnableStreamingResponse>

0 commit comments

Comments
 (0)