|
@@ -7,6 +7,10 @@
|
|
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
|
|
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
+ <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0' OR '$(TargetFramework)' == 'netstandard1.4'">
|
|
|
|
+ <DefineConstants>$(DefineConstants);CRIPPLED_REFLECTION</DefineConstants>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\System.Interactive.Providers.rd.xml" />
|
|
<EmbeddedResource Include="Properties\System.Interactive.Providers.rd.xml" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|