Do not bundle mscordaccore.dll in a singlefile package. (#49254)
authorVladimir Sadov <vsadov@microsoft.com>
Mon, 8 Mar 2021 20:16:38 +0000 (12:16 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Mar 2021 20:16:38 +0000 (12:16 -0800)
src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props

index e255d5c..d165bf2 100644 (file)
     <PackageOverridesFile Include="$(MSBuildThisFileDirectory)PackageOverrides.txt" />
   </ItemGroup>
 
+  <!--
+  Native files that are always included in the singlefile bundle can be listed here.
+
+  Example:
+    <SingleFileHostIncludeFilename Include="somefile.dll" />
+  -->
   <ItemGroup>
     <!-- LINUX -->
 
     <!-- OSX -->
 
     <!-- Windows -->
-    <SingleFileHostIncludeFilename Include="mscordaccore.dll" />
   </ItemGroup>
 
   <!--