Skip to content

Commit ac233bc

Browse files
committed
Updated WinAppSDK to 1.2.221209.1
1 parent 165daf1 commit ac233bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/Labs.Head.WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
21+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221209.1" />
2222
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
2323
<Manifest Include="$(ApplicationManifest)" />
2424
</ItemGroup>

common/MultiTarget/MultiTarget.props

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

4545
<ItemGroup>
4646
<PackageReference Condition="'$(TargetFramework)' == '$(UwpTargetFramework)'" Include="Microsoft.UI.Xaml" Version="2.7.0" />
47-
<PackageReference Condition="'$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include="Microsoft.WindowsAppSDK" Version="1.0.3" />
47+
<PackageReference Condition="'$(TargetFramework)' == '$(WinAppSdkTargetFramework)'" Include="Microsoft.WindowsAppSDK" Version="1.2.221209.1" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)