From bfc9a043fd810adf1a1664054275f39b627178a5 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Sun, 31 Dec 2023 19:55:13 +0000 Subject: [PATCH] Feature enable Net 8.0 on WinUI (#3701) **What kind of change does this PR introduce?** Feature **What is the current behavior?** WinUI has net 6.0 and net 7.0 builds **What is the new behavior?** ReacitveUI.WinUI now includes a build for net 8.0 **What might this PR break?** Target framework needs to be updated to windows10.0.19041.0 if using an earlier version. **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) **Other information**: --- src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj b/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj index 327216a89d..295ea854fb 100644 --- a/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj +++ b/src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj @@ -1,17 +1,19 @@  - net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0 - 10.0.17763.0 + net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0;net8.0-windows10.0.19041.0 + 10.0.19041.0 Contains the ReactiveUI platform specific extensions for WinUI Desktop ReactiveUI.WinUI.Desktop mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;winui true IS_WINUI;WINUI_TARGET; - 10.0.17763.0 - 10.0.17763.0 + win-x64;win-x86;win-arm64 + 10.0.19041.0 + 10.0.19041.0 +