Skip to content

Commit a899e8b

Browse files
authored
Fix #3505 include extensions for windows10.0.17763.0 (#3506)
1 parent 80b73fd commit a899e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactiveUI.Wpf/ReactiveUI.Wpf.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828

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

0 commit comments

Comments
 (0)