Update Directory.Build.props (#37218)
authorViktor Hofer <viktor.hofer@microsoft.com>
Sun, 31 May 2020 20:42:01 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Sun, 31 May 2020 20:42:01 +0000 (22:42 +0200)
Remove workaround for https://github.com/microsoft/msbuild/issues/4474.

src/libraries/Directory.Build.props

index e592316..8a5a16a 100644 (file)
   <PropertyGroup>
     <EnableDefaultItems>false</EnableDefaultItems>
 
-    <!-- Workaround for https://github.com/microsoft/msbuild/issues/4474 -->
-    <GenerateResourceUsePreserializedResources>false</GenerateResourceUsePreserializedResources>
-
     <!-- Clear the init locals flag on all src projects, except those in VB, where we can't use spans. -->
     <ILLinkClearInitLocals Condition="'$(IsSourceProject)' == 'true' and '$(Language)' != 'VB'">true</ILLinkClearInitLocals>
   </PropertyGroup>