Skip to content

Commit

Permalink
Disable runtime marshalling for the CsWinRT repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaanstra committed Jan 8, 2024
1 parent 3840267 commit 0fc4f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<TestsBuildTFMs>net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TestsBuildTFMs>
<TestsBuildTFMs Condition="'$(CIBuildReason)' == 'CI'">net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0</TestsBuildTFMs>
<WindowsAppSDKVerifyWinrtRuntimeVersion>false</WindowsAppSDKVerifyWinrtRuntimeVersion>
<DisableRuntimeMarshalling>True</DisableRuntimeMarshalling>
</PropertyGroup>

<PropertyGroup Condition="!$(IsTargetFrameworkNet5OrGreater)">
Expand Down

0 comments on commit 0fc4f92

Please sign in to comment.