diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bdbed3f3b5..a91ec77761 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -35,7 +35,7 @@ jobs: $process = New-Object System.Diagnostics.Process $process.StartInfo = $startInfo $process.Start() - $process.WaitForExit() + $process.WaitForExit() - name: Checkout uses: actions/checkout@v2 diff --git a/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj b/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj index 665d625051..32f9b49cc5 100644 --- a/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj +++ b/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj @@ -1,9 +1,8 @@ - + - net5.0-windows10.0.19041.0;net6.0-windows10.0.19041.0 + net5.0-windows10.0.17763.0;net6.0-windows10.0.17763.0 Contains the ReactiveUI platform specific extensions for WinUI Desktop ReactiveUI.WinUI.Desktop - win10-x86;win10-x64 HAS_WINUI mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;winui true @@ -11,9 +10,16 @@ - + + + + + + + +