Skip to content

Commit

Permalink
fix: in non-UI .netcoreapp3.0 applications a compile error is produce…
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Sep 19, 2019
1 parent 355dcb0 commit a20758e
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/ReactiveUI/ReactiveUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,9 @@
<None Include="Platforms\**\*.cs" />
<PackageReference Include="Splat" Version="8.*" />
<PackageReference Include="DynamicData" Version="6.*" />
<PackageReference Include="System.Reactive" Version="4.1.6" />
</ItemGroup>

<Choose>
<When Condition=" $(TargetFramework.StartsWith('netcoreapp3.0')) ">
<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.2.0-preview.625" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="4.1.6" />
</ItemGroup>
</Otherwise>
</Choose>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) ">
<Compile Include="Platforms\netstandard2.0\**\*.cs" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
Expand Down

0 comments on commit a20758e

Please sign in to comment.