File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" MSBuild.Sdk.Extras" >
22
33 <PropertyGroup >
4- <TargetFramework >uap10.0.18362 </TargetFramework >
4+ <TargetFramework >uap10.0.17763 </TargetFramework >
55 <RootNamespace >ColorCode</RootNamespace >
66 <AssemblyName >ColorCode.UWP</AssemblyName >
77 <Title >ColorCode.UWP</Title >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5.0-windows10.0.18362 .0</TargetFramework >
4+ <TargetFramework >net5.0-windows10.0.17763 .0</TargetFramework >
55 <SupportedOSPlatformVersion >$(TargetPlatformMinVersion)</SupportedOSPlatformVersion >
66 <RootNamespace >ColorCode</RootNamespace >
77 <AssemblyName >ColorCode.WinUI</AssemblyName >
Original file line number Diff line number Diff line change 1616 <!-- UWP Config -->
1717 <PropertyGroup Condition =" '$(IsUwpProject)' == 'true'" >
1818 <TargetPlatformVersion >10.0.18362.0</TargetPlatformVersion >
19- <TargetPlatformMinVersion >10.0.18362 .0</TargetPlatformMinVersion >
19+ <TargetPlatformMinVersion >10.0.17763 .0</TargetPlatformMinVersion >
2020 </PropertyGroup >
2121
2222 <!-- WinUI Config -->
5757 <Choose >
5858 <When Condition =" '$(IsWinUIProject)' == 'true'" >
5959 <ItemGroup >
60- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0 " />
60+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.4 " />
6161 </ItemGroup >
6262 </When >
6363 </Choose >
You can’t perform that action at this time.
0 commit comments