Skip to content

Commit

Permalink
Fix DispatcherScheduler issue with ObserveOn (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Mar 11, 2023
1 parent de86956 commit b49c311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<ItemGroup>
<Compile Include="..\ReactiveUI.Uwp\common\**\*.cs" LinkBase="common" />
<None Include="..\ReactiveUI.Uwp\Rx\**\*.cs" LinkBase="Rx" />
<None Include="..\ReactiveUI.Uwp\Rx\**\*.cs" LinkBase="Rx" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework) == 'net462' or $(TargetFramework.StartsWith('net6.0-windows')) or $(TargetFramework.StartsWith('net7.0-windows')) ">
<Compile Include="..\ReactiveUI.Uwp\Rx\Internal\Constants.cs" LinkBase="Rx" />
<Compile Include="..\ReactiveUI.Uwp\Rx\Linq\**\*.cs" LinkBase="Rx" Exclude="..\ReactiveUI.Uwp\Rx\Linq\ControlObservable.cs" />
<Compile Include="..\ReactiveUI.Uwp\Rx\Linq\**\*.cs" LinkBase="Rx" Exclude="..\ReactiveUI.Uwp\Rx\Linq\*Observable.cs" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework) == 'net462' or $(TargetFramework) == 'net6.0-windows10.0.17763.0' or $(TargetFramework) == 'net7.0-windows10.0.17763.0' ">
Expand Down

0 comments on commit b49c311

Please sign in to comment.