Skip to content

Commit d263637

Browse files
committed
Fix netcoreapp1.0 unit test setting.
1 parent 6c2661b commit d263637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MsgPack.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.1'">
6262
<DefineConstants>$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT</DefineConstants>
6363
</PropertyGroup>
64-
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
64+
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3' or '$(TargetFramework)' == 'netcoreapp1.0'">
6565
<DefineConstants>$(DefineConstants);FEATURE_TAP;FEATURE_CONCURRENT;FEATURE_MEMCOPY</DefineConstants>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(TargetFramework)' == 'MonoAndroid10' or '$(TargetFramework)' == 'Xamarin.iOS10'">

0 commit comments

Comments
 (0)