Skip to content

Commit

Permalink
Fix System.Interactive.Providers
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Feb 27, 2019
1 parent f298f64 commit 25610a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageTags>Ix;Interactive;Extensions;Enumerable</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0' OR '$(TargetFramework)' == 'netstandard1.4'">
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
<DefineConstants>$(DefineConstants);CRIPPLED_REFLECTION</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 25610a5

Please sign in to comment.