File tree 1 file changed +1
-1
lines changed
src/Controls/src/Build.Tasks/nuget/buildTransitive/netstandard2.0
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 211
211
<MauiXamlRuntimeParsingSupport Condition =" '$(MauiXamlRuntimeParsingSupport)' == '' and '$(PublishAot)' == 'true'" >false</MauiXamlRuntimeParsingSupport >
212
212
<MauiEnableIVisualAssemblyScanning Condition =" '$(MauiEnableIVisualAssemblyScanning)' == ''" >false</MauiEnableIVisualAssemblyScanning >
213
213
<MauiShellSearchResultsRendererDisplayMemberNameSupported Condition =" '$(MauiShellSearchResultsRendererDisplayMemberNameSupported)' == '' and '$(PublishAot)' == 'true'" >false</MauiShellSearchResultsRendererDisplayMemberNameSupported >
214
- <MauiQueryPropertyAttributeSupport Condition =" '$(MauiQueryPropertyAttributeSupport)' == ''" >false</MauiQueryPropertyAttributeSupport >
214
+ <MauiQueryPropertyAttributeSupport Condition =" '$(MauiQueryPropertyAttributeSupport)' == '' and '$(PublishAot)' == 'true' " >false</MauiQueryPropertyAttributeSupport >
215
215
</PropertyGroup >
216
216
<ItemGroup >
217
217
<RuntimeHostConfigurationOption Include =" Microsoft.Maui.RuntimeFeature.IsXamlRuntimeParsingSupported"
You can’t perform that action at this time.
0 commit comments