File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/BlazorWasmSdk/Targets Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Copyright (c) .NET Foundation. All rights reserved.
1717 <!-- Trimmer defaults that depend on user-definable settings.
1818 This must be configured before it's initialized in the .NET SDK targets (which are imported by the Razor SDK). -->
1919 <SuppressTrimAnalysisWarnings Condition =" '$(SuppressTrimAnalysisWarnings)' == '' And '$(TrimmerDefaultAction)' != 'link'" >true</SuppressTrimAnalysisWarnings >
20+
21+ <!-- Similarly these feature switches must be configured before they are initialized in imported SDKs -->
22+ <JsonSerializerIsReflectionEnabledByDefault Condition =" '$(JsonSerializerIsReflectionEnabledByDefault)' == ''" >true</JsonSerializerIsReflectionEnabledByDefault >
2023 </PropertyGroup >
2124
2225 <Import Sdk =" Microsoft.NET.Sdk.Razor" Project =" Sdk.targets" />
You can’t perform that action at this time.
0 commit comments