leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
437 stars 132 forks source link

Supported Frameworks #318

Closed oghenez closed 2 years ago

oghenez commented 2 years ago

Hello, Is there support for .net 4 framework?

orapps44 commented 2 years ago

Hello,

.net 4.0 isn't supported. However you can try to add net40 in master MaterialSkinCore.csproj TargetFrameworks and compile (see PR #302).