7a2afe9fda68e470bcbb75321307d040b872c945
[platform/upstream/dotnet/runtime.git] /
1 <Project Sdk="Microsoft.NET.Sdk">
2   <PropertyGroup>
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>
8   </PropertyGroup>
9   <ItemGroup>
10     <Compile Include="System\Runtime\InteropServices\Marshal\MarshalComDisabledTests.cs" />
11   </ItemGroup>
12   <ItemGroup>
13     <RuntimeHostConfigurationOption Include="System.Runtime.InteropServices.BuiltInComInterop.IsSupported" Value="false" />
14   </ItemGroup>
15 </Project>