Search code examples
c#asp.netwpfdnx

Dnx for Wpf (Or Windows Forms)


Will (or does) the DNX project support frameworks other than ASP.net (Such as WPF or windows forms)? I'd love to create some Wpf class libraries using the newer json project style (and native NuGet package support), but everything seems to be geared towards Asp.net.


Solution

  • Dnx is only for ASP.NET 5 projects (web, console or library). It doesn't support WPF.