Skip to content

Commit 74ac8f5

Browse files
Update to WinAppSDK 1.1.3
1 parent 7bfc2a5 commit 74ac8f5

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.1.3" />
2222
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.194" />
2323
<Manifest Include="$(ApplicationManifest)" />
2424
</ItemGroup>

common/Labs.MultiTarget.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<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" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

0 commit comments

Comments
 (0)