obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
https://obiwanjacobi.github.io/vst.net/index.html
GNU Lesser General Public License v2.1
420 stars 52 forks source link

use .NET 5.0 for VST2 projects #46

Closed LeonarddeR closed 3 years ago

LeonarddeR commented 3 years ago

This is a seemingly successful attempt to switch from .NET Core 3.1 to .NET 5.0. As a first advantage, this allows accessing the Windows 10 Runtime from a VST, which isn't possible under .NET Core.

obiwanjacobi commented 3 years ago

Although I will not merge this directly, thank you for the contribution. I used it as a check list when I did the changes myself. I really need to understand what each change is and also fixed some other stuff.