Browse Source

Reference ReactiveUI the Avalonia way

pull/1951/head
artyom 7 years ago
parent
commit
accdd502b8
  1. 2
      build/ReactiveUI.props
  2. 5
      src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj

2
build/ReactiveUI.props

@ -1,5 +1,5 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="reactiveui" Version="8.7.1" />
<PackageReference Include="reactiveui" Version="9.0.1" />
</ItemGroup>
</Project>

5
src/Avalonia.ReactiveUI/Avalonia.ReactiveUI.csproj

@ -12,7 +12,6 @@
<ProjectReference Include="..\Avalonia.Styling\Avalonia.Styling.csproj" />
<ProjectReference Include="..\Avalonia.Visuals\Avalonia.Visuals.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ReactiveUI" Version="*" />
</ItemGroup>
<Import Project="..\..\build\Rx.props" />
<Import Project="..\..\build\ReactiveUI.props" />
</Project>
Loading…
Cancel
Save