Remove EmbeddedResourceUseDependentUponConvention (#36140)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 11 May 2020 21:37:25 +0000 (23:37 +0200)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 21:37:25 +0000 (14:37 -0700)
Underlying issue is fixed: https://github.com/microsoft/msbuild/issues/4740

Directory.Build.props

index 0d16a8347b40fe188aa6e7f7f1ef5c9456a17612..e26c8ad29e1fd6feec4e6ed6a2f0cf42ad702ae8 100644 (file)
@@ -75,9 +75,6 @@
   <!-- Language configuration -->
   <PropertyGroup>
     <Deterministic>true</Deterministic>
-
-    <!-- Resource naming bug: https://github.com/microsoft/msbuild/issues/4740 -->
-    <EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
   </PropertyGroup>
 
   <PropertyGroup>