IgnaceMaes / MaterialSkin

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

.Net Framework 4.0 #99

Closed JasonHK closed 8 years ago

JasonHK commented 8 years ago

Would you add the support of .Net Framework 4.0?

MikeGWem commented 8 years ago

What does not work with .NET 4 or what are you looking to have added?

I am using this with .NET 4.52 with no .NET issues at the moment.

lukeskinner commented 8 years ago

MaterialSkin currently uses .NET 4.5 which means you have to target .NET 4.5 or higher to use this library.

Pull request #93 back ports MaterialSkin to .NET 2.0 so this PR would resolve this.

MikeGWem commented 8 years ago

Hi Luke, OK I now understand. I started from the position of expecting any developer to download the source and work from there - can't imagine not wanting to tweak and try and sort out any bugs arising from my particular use case.

Example: Checkboxes fill with the Accent colour while I think they look better in the DarkPrimary - I can make that small tweak and then decide if I should offer some code to provide an option (still mulling that one)

JasonHK commented 8 years ago

@lukeskinner Thanks your help!