Browse Source

Fixing System.Interactive.Providers.Ref

Bart De Smet 6 years ago
parent
commit
be1b856617

+ 0 - 2
Ix.NET/Source/System.Interactive/System.Interactive.csproj

@@ -12,7 +12,5 @@
     <EmbeddedResource Include="Properties\System.Interactive.rd.xml" />
     <ReferenceAssemblyProjectReference Include="..\refs\System.Interactive.Ref\System.Interactive.Ref.csproj" />
   </ItemGroup>
-
-
   
 </Project>

+ 4 - 0
Ix.NET/Source/refs/System.Interactive.Providers.Ref/System.Interactive.Providers.Ref.csproj

@@ -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" />
   </ItemGroup>