Skip to content

Commit 7ccf83b

Browse files
Update to WindowsAppSDK 1.3.230331000
Update Microsoft.Windows.SDK.BuildTools to 10.0.22621.756
1 parent 7318ba4 commit 7ccf83b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MultiTarget/MultiTarget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<ItemGroup>
4747
<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" />
4949
</ItemGroup>
5050

5151
<ItemGroup>

ProjectHeads/Head.WinAppSdk.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<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" />
2020
<Manifest Include="$(ApplicationManifest)" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)