File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/WebSdk/ProjectSystem/Targets Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ Copyright (c) .NET Foundation. All rights reserved.
4646 <EnableUnsafeBinaryFormatterSerialization Condition =" '$(EnableUnsafeBinaryFormatterSerialization)' == ''" >false</EnableUnsafeBinaryFormatterSerialization >
4747 </PropertyGroup >
4848
49- <!-- Default settings for trimmed and aot'd apps. -->
50- <PropertyGroup Condition =" '$(PublishTrimmed)' == 'true' Or '$(PublishAot)' == 'true'" >
51- <JsonSerializerIsReflectionEnabledByDefault Condition =" '$(JsonSerializerIsReflectionEnabledByDefault)' == ''" >false</JsonSerializerIsReflectionEnabledByDefault >
52- </PropertyGroup >
53-
5449 <!-- Default settings for aot'd apps. -->
5550 <PropertyGroup Condition =" '$(PublishAot)' == 'true'" >
5651 <!-- Enable the built-in source generators. -->
You can’t perform that action at this time.
0 commit comments