Skip to content

Commit 5fefc73

Browse files
authored
Merge branch 'main' into CP_FixFor3700
2 parents 056711c + bfc9a04 commit 5fefc73

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/ReactiveUI.WinUI/ReactiveUI.WinUI.csproj

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0</TargetFrameworks>
4-
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
3+
<TargetFrameworks>net6.0-windows10.0.19041.0;net7.0-windows10.0.19041.0;net8.0-windows10.0.19041.0</TargetFrameworks>
4+
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
55
<PackageDescription>Contains the ReactiveUI platform specific extensions for WinUI Desktop</PackageDescription>
66
<RootNamespace>ReactiveUI.WinUI.Desktop</RootNamespace>
77
<PackageTags>mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;winui</PackageTags>
88
<UseWinUI>true</UseWinUI>
99
<DefineConstants>IS_WINUI;WINUI_TARGET;</DefineConstants>
10-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
11-
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
10+
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
11+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.19041.0</SupportedOSPlatformVersion>
12+
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.19041.0</TargetPlatformMinVersion>
1213
</PropertyGroup>
1314

1415
<ItemGroup>
16+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
1517
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
1618
</ItemGroup>
1719

0 commit comments

Comments
 (0)