Skip to content

Commit 94a3a7d

Browse files
committed
Fix Xamarin test projects.
1 parent f4ec8c3 commit 94a3a7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/MsgPack.UnitTest.Xamarin.Android/MsgPack.UnitTest.Xamarin.Android.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
</PropertyGroup>
1919
<Import Project="..\..\MsgPack.Common.props" />
2020
<PropertyGroup>
21+
<SignAssembly>true</SignAssembly>
22+
<DefineConstants>$(DefineConstants);XAMARIN;NUNITLITE;NETSTANDARD2_0;FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_POINTER_CONVERSION;FEATURE_MEMCOPY</DefineConstants>
2123
<DocumentationFile></DocumentationFile>
2224
</PropertyGroup>
2325
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">

test/MsgPack.UnitTest.Xamarin.iOS/MsgPack.UnitTest.Xamarin.iOS.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
</PropertyGroup>
1313
<Import Project="..\..\MsgPack.Common.props" />
1414
<PropertyGroup>
15+
<SignAssembly>true</SignAssembly>
16+
<DefineConstants>$(DefineConstants);XAMARIN;NUNITLITE;NETSTANDARD2_0;FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_POINTER_CONVERSION;FEATURE_MEMCOPY</DefineConstants>
1517
<DocumentationFile></DocumentationFile>
1618
</PropertyGroup>
1719
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">

0 commit comments

Comments
 (0)