Skip to content

Commit

Permalink
Fix #3505 include extensions for windows10.0.17763.0 (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Mar 25, 2023
1 parent 80b73fd commit a899e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@

<ItemGroup Condition=" $(TargetFramework) == 'net462' or $(TargetFramework) == 'net6.0-windows10.0.17763.0' or $(TargetFramework) == 'net7.0-windows10.0.17763.0' ">
<Compile Include="..\ReactiveUI.Uwp\Rx\Concurrency\DispatcherScheduler.cs" LinkBase="Rx" />
<Compile Include="..\ReactiveUI.Uwp\Rx\Linq\DispatcherObservable.cs" LinkBase="Rx" />
</ItemGroup>
</Project>

0 comments on commit a899e8b

Please sign in to comment.