Baseline api-ms-win-core-xstate-l2-1-0.dll file
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 28 Jun 2018 15:01:04 +0000 (08:01 -0700)
committerWes Haggard <Wes.Haggard@microsoft.com>
Thu, 12 Jul 2018 17:25:36 +0000 (10:25 -0700)
This fille was introduced in RS4 and was only catalog signed.  When fixed in RS5, remove baseline dotnet/core-setup#4309

Commit migrated from https://github.com/dotnet/core-setup/commit/1bf1f6b9df77cee5b9e9d876c3a4652e05242e84

src/installer/signing/baseline.props

index a415cea..c720350 100644 (file)
@@ -5,5 +5,8 @@
     <BinInspectBaselineFile Include=".%2A\\apphost\.exe" />
     <!-- wixstdba is internal to the engine bundle and does not get signed -->
     <BinInspectBaselineFile Include=".%2A\\wixstdba\.dll" />
+    <!-- api-ms-win-core-xstate-l2-1-0.dll was added in RS4 and only got catalog signed.
+            will be fixed in RS5.  For now, baseline this file. -->
+    <BinInspectBaselineFile Include=".%2A\\api-ms-win-core-xstate-l2-1-0\.dll" />
   </ItemGroup>
 </Project>
\ No newline at end of file