Skip to content

Commit f08c089

Browse files
authored
Merge pull request CommunityToolkit#341 from CommunityToolkit/fix/issue337
Updated workflow versions
2 parents f5b2388 + 795b0be commit f08c089

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Labs.Head.WinAppSdk.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</PropertyGroup>
1919

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

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)