1 <Project Sdk="Microsoft.NET.Sdk">
3 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4 <TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
5 <TestRuntime>true</TestRuntime>
6 <!-- COM tests are currently only supported only in Windows -->
7 <IgnoreForCI Condition="'$(TargetOS)' != 'Windows'">true</IgnoreForCI>
10 <Compile Include="System\Runtime\InteropServices\Marshal\MarshalComDisabledTests.cs" />
13 <RuntimeHostConfigurationOption Include="System.Runtime.InteropServices.BuiltInComInterop.IsSupported" Value="false" />