Skip to content

Commit 1eef994

Browse files
committed
Update WinAppSDK and CsWinRT references
1 parent 0e3b932 commit 1eef994

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MultiTarget/PackageReferences/Uwp/Microsoft.Windows.CsWinRT.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Choose>
44
<When Condition="'$(MultiTargetPlatformIdentifier)' == 'windows'" >
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.6" PrivateAssets="all" />
6+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" PrivateAssets="all" />
77
</ItemGroup>
88
</When>
99
<Otherwise>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
4-
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRt" Version="2.1.6" PrivateAssets="all" />
3+
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
4+
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Windows.CsWinRt" Version="2.2.0" PrivateAssets="all" />
55
<PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.Web.WebView2" Version="1.0.2903.40" PrivateAssets="all" />
66
</ItemGroup>
77
</Project>

0 commit comments

Comments
 (0)