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:
parent
c3ca21e73d
commit
52dc03bec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue