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 Windows MIDI Services nuget package

This commit is contained in:
reuk 2026-01-09 12:03:22 +00:00
parent c3ca21e73d
commit 52dc03bec1
No known key found for this signature in database

View file

@ -2703,7 +2703,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 midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.3-preview-11.250228-237", false };
inline static const NuGetPackage midiPackage { "Microsoft.Windows.Devices.Midi2", "1.0.14-rc.1.209", false };
void getPackagesToInclude (std::vector<NuGetPackage>& result) const
{