From 52dc03bec16c92a99d72f7b80415c76ed0318e7c Mon Sep 17 00:00:00 2001 From: reuk Date: Fri, 9 Jan 2026 12:03:22 +0000 Subject: [PATCH] Projucer: Update required version of the Windows MIDI Services nuget package --- extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h index f7865c9258..d088bcb181 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_MSVC.h @@ -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& result) const {