mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 17:46:05 +00:00
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.
8 lines
433 B
XML
8 lines
433 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="Microsoft.Windows.CppWinRT" version="2.0.230207.1" targetFramework="native" />
|
|
<package id="Microsoft.Toolkit.Win32.UI.XamlApplication" version="6.1.3" targetFramework="native" />
|
|
<package id="Microsoft.UI.Xaml" version="2.7.3" targetFramework="native" />
|
|
<package id="Microsoft.VCRTForwarders.140" version="1.0.4" targetFramework="native" />
|
|
</packages>
|