mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
Move to CppWinRT 2.0.230207.1 (#14869)
Interesting things we could do after this: - remove all `InitializeComponent` calls - they do it automatically - have some Clang support (!) - use `std::optional`<->`IReference` automatic binding - use `std::format` support (!) for json/uri/hostname/http stuff/all `IStringable`s - potentially move to `/await:strict` for C++20 coroutines I've also fixed up a couple ambiguities introduced by this change.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- Native packages -->
|
||||
<package id="Microsoft.Internal.PGO-Helpers.Cpp" version="0.2.34" targetFramework="native" />
|
||||
<package id="Microsoft.Taef" version="10.60.210621002" targetFramework="native" />
|
||||
<package id="Microsoft.Windows.CppWinRT" version="2.0.210825.3" targetFramework="native" />
|
||||
<package id="Microsoft.Windows.CppWinRT" version="2.0.230207.1" targetFramework="native" />
|
||||
<package id="Microsoft.VCRTForwarders.140" version="1.0.4" targetFramework="native" />
|
||||
<package id="Microsoft.Internal.Windows.Terminal.ThemeHelpers" version="0.6.220404001" targetFramework="native" />
|
||||
<package id="Microsoft.VisualStudio.Setup.Configuration.Native" version="2.3.2262" targetFramework="native" developmentDependency="true" />
|
||||
|
||||
Reference in New Issue
Block a user