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 1
1
<Project Sdk =" MSBuild.Sdk.Extras" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >uap10.0.18362 </TargetFramework >
4
+ <TargetFramework >uap10.0.17763 </TargetFramework >
5
5
<RootNamespace >ColorCode</RootNamespace >
6
6
<AssemblyName >ColorCode.UWP</AssemblyName >
7
7
<Title >ColorCode.UWP</Title >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net5.0-windows10.0.18362 .0</TargetFramework >
4
+ <TargetFramework >net5.0-windows10.0.17763 .0</TargetFramework >
5
5
<SupportedOSPlatformVersion >$(TargetPlatformMinVersion)</SupportedOSPlatformVersion >
6
6
<RootNamespace >ColorCode</RootNamespace >
7
7
<AssemblyName >ColorCode.WinUI</AssemblyName >
Original file line number Diff line number Diff line change 16
16
<!-- UWP Config -->
17
17
<PropertyGroup Condition =" '$(IsUwpProject)' == 'true'" >
18
18
<TargetPlatformVersion >10.0.18362.0</TargetPlatformVersion >
19
- <TargetPlatformMinVersion >10.0.18362 .0</TargetPlatformMinVersion >
19
+ <TargetPlatformMinVersion >10.0.17763 .0</TargetPlatformMinVersion >
20
20
</PropertyGroup >
21
21
22
22
<!-- WinUI Config -->
57
57
<Choose >
58
58
<When Condition =" '$(IsWinUIProject)' == 'true'" >
59
59
<ItemGroup >
60
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0.0 " />
60
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1.4 " />
61
61
</ItemGroup >
62
62
</When >
63
63
</Choose >
You can’t perform that action at this time.
0 commit comments