summaryrefslogtreecommitdiff
path: root/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj')
-rw-r--r--tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj b/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
index 1eed534be5..a18f74b795 100644
--- a/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
+++ b/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
@@ -13,6 +13,8 @@
<TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
<DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
<DisableProjectBuild Condition="'$(Platform)' == 'arm' or '$(Platform)' == 'arm64'">true</DisableProjectBuild>
+ <!-- WinRT interop is not compatible with unloadability -->
+ <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">