File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
46
46
<ItemGroup >
47
47
<PackageReference Condition =" '$(TargetFramework)' == '$(UwpTargetFramework)'" Include =" Microsoft.UI.Xaml" Version =" 2.7.0" />
48
- <PackageReference Condition =" '$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include =" Microsoft.WindowsAppSDK" Version =" 1.2.230118.102 " />
48
+ <PackageReference Condition =" '$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include =" Microsoft.WindowsAppSDK" Version =" 1.3.230331000 " />
49
49
</ItemGroup >
50
50
51
51
<ItemGroup >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.2.230118.102 " />
19
- <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.755 " />
18
+ <PackageReference Include =" Microsoft.WindowsAppSDK" Version =" 1.3.230331000 " />
19
+ <PackageReference Include =" Microsoft.Windows.SDK.BuildTools" Version =" 10.0.22621.756 " />
20
20
<Manifest Include =" $(ApplicationManifest)" />
21
21
</ItemGroup >
22
22
</Project >
You can’t perform that action at this time.
0 commit comments