File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<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 >
5
5
<PackageDescription >Contains the ReactiveUI platform specific extensions for WinUI Desktop</PackageDescription >
6
6
<RootNamespace >ReactiveUI.WinUI.Desktop</RootNamespace >
7
7
<PackageTags >mvvm;reactiveui;rx;reactive extensions;observable;LINQ;events;winui</PackageTags >
8
8
<UseWinUI >true</UseWinUI >
9
9
<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 >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
16
+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.2428" />
15
17
<PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.4.231115000" />
16
18
</ItemGroup >
17
19
You can’t perform that action at this time.
0 commit comments