[Deps]Upgrade CppWinRT to 2.0.240111.5 (#31396)

* [Deps]Update CppWinRT to 2.0.240111.5

* Apply fix for robmikh.common incompatibility with cppwinrt

* Add CppWinRT to projects that were missing it

* Fix spellcheck
This commit is contained in:
Jaime Bernardo
2024-02-13 13:55:14 +00:00
committed by GitHub
parent 3d39107e02
commit 5b692438b7
154 changed files with 458 additions and 370 deletions

View File

@@ -3,5 +3,5 @@
<package id="Microsoft.Toolkit.Win32.UI.XamlApplication" version="6.1.3" targetFramework="native" />
<package id="Microsoft.UI.Xaml" version="2.8.2-prerelease.220830001" targetFramework="native" />
<package id="Microsoft.Web.WebView2" version="1.0.2088.41" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.221104.6" targetFramework="native" />
<package id="Microsoft.Windows.CppWinRT" version="2.0.240111.5" targetFramework="native" />
</packages>