1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Projucer: Update required version of the CppWinRT nuget package

This commit is contained in:
reuk 2026-01-09 12:39:13 +00:00
parent 52dc03bec1
commit 3f5cf5ec70
No known key found for this signature in database

View file

@ -2702,7 +2702,7 @@ protected:
};
inline static const NuGetPackage webviewPackage { "Microsoft.Web.WebView2", "1.0.3485.44", false };
inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.240405.15", true };
inline static const NuGetPackage cppwinrtPackage { "Microsoft.Windows.CppWinRT", "2.0.250303.1", true };
inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.14-rc.1.209", false };
void getPackagesToInclude (std::vector<NuGetPackage>& result) const