File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.0 .3" />
21
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.1 .3" />
22
22
<PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22000.194" />
23
23
<Manifest Include =" $(ApplicationManifest)" />
24
24
</ItemGroup >
Original file line number Diff line number Diff line change 30
30
</PropertyGroup >
31
31
<ItemGroup >
32
32
<PackageReference Condition =" '$(TargetFramework)' == '$(UwpTargetFramework)'" Include =" Microsoft.UI.Xaml" Version =" 2.7.0" />
33
- <PackageReference Condition =" '$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include =" Microsoft.WindowsAppSDK" Version =" 1.0 .3" />
33
+ <PackageReference Condition =" '$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include =" Microsoft.WindowsAppSDK" Version =" 1.1 .3" />
34
34
</ItemGroup >
35
35
36
36
<ItemGroup >
You can’t perform that action at this time.
0 commit comments