Skip to content

Commit 90d580c

Browse files
MichalStrehovskyrolfbjarne
authored andcommitted
Set a default for the Http3Support feature switch
Control over this is moving from dotnet/runtime repo build time to publish time so we need to set a default that matches the old build-time setting. Ref dotnet/runtime#117012 Ref dotnet/sdk#49564
1 parent f254290 commit 90d580c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/targets/Xamarin.Shared.Sdk.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<EnableUnsafeUTF7Encoding Condition="'$(EnableUnsafeUTF7Encoding)' == ''">false</EnableUnsafeUTF7Encoding>
116116
<EventSourceSupport Condition="'$(EventSourceSupport)' == ''">false</EventSourceSupport>
117117
<HttpActivityPropagationSupport Condition="'$(HttpActivityPropagationSupport)' == '' and '$(Optimize)' == 'true'">false</HttpActivityPropagationSupport>
118+
<Http3Support Condition="'$(Http3Support)' == ''">false</Http3Support>
118119
<InvariantGlobalization Condition="'$(InvariantGlobalization)' == ''">false</InvariantGlobalization>
119120
<!-- Enable HybridGlobalization by default-->
120121
<HybridGlobalization Condition="'$(InvariantGlobalization)' != 'true'">true</HybridGlobalization>

0 commit comments

Comments
 (0)