Add missing Microsoft.Windows.CppWinRT entry to interop packages.config

This commit is contained in:
Jeremy Sinclair
2026-02-05 01:18:42 -05:00
parent 645f42c074
commit 2cb1c51614

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Windows.CppWinRT" version="2.0.250303.1" targetFramework="native" />
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.231216.1" targetFramework="native" />
</packages>