We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2661b commit d263637Copy full SHA for d263637
1 file changed
MsgPack.Common.props
@@ -61,7 +61,7 @@
61
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.1'">
62
<DefineConstants>$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT</DefineConstants>
63
</PropertyGroup>
64
- <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
+ <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3' or '$(TargetFramework)' == 'netcoreapp1.0'">
65
<DefineConstants>$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_MEMCOPY</DefineConstants>
66
67
<PropertyGroup Condition="'$(TargetFramework)' == 'MonoAndroid10' or '$(TargetFramework)' == 'Xamarin.iOS10'">
0 commit comments