From 6d309b243a9baccbd30a4d4b6df33f2dca7ac040 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Mon, 10 Jul 2023 00:18:20 +0100 Subject: [PATCH] housekeeping: Remove Requirements for the Latest SDK (#3580) By removing the latest SDK we will automatically fall back to our target framework 19041 this will ensure that we dont use components that are not compatible with older versions of windows 10 whilst enabling the end user a simple means of using the library with the SDK automatically being by the IDE selecting the correct SDK based upon the end users Target choices --- src/ReactiveUI.Maui/ReactiveUI.Maui.csproj | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ReactiveUI.Maui/ReactiveUI.Maui.csproj b/src/ReactiveUI.Maui/ReactiveUI.Maui.csproj index 3c23ea909a..d3dd2fe050 100644 --- a/src/ReactiveUI.Maui/ReactiveUI.Maui.csproj +++ b/src/ReactiveUI.Maui/ReactiveUI.Maui.csproj @@ -12,10 +12,6 @@ $(DefineConstants);WINUI_TARGET; - - - -