@@ -12,7 +12,5 @@
<EmbeddedResource Include="Properties\System.Interactive.rd.xml" />
<ReferenceAssemblyProjectReference Include="..\refs\System.Interactive.Ref\System.Interactive.Ref.csproj" />
</ItemGroup>
-
</Project>
@@ -7,6 +7,10 @@
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
</PropertyGroup>
+ <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
+ <DefineConstants>$(DefineConstants);CRIPPLED_REFLECTION</DefineConstants>
+ </PropertyGroup>
+
<ItemGroup>
<ProjectReference Include="..\System.Interactive.Ref\System.Interactive.Ref.csproj" />