-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permission to integrate project into Krypton-NET-4.7 #6
Comments
Sorry for not answering before. If you modify/add features it could be great to synchronize and vice-versa. (I think on github it does work with pull request right ?) |
Thanks, is it ok to push a upgraded version to your repo, as there are lots of great features in C# 7 that will neaten up/streamline the code a bit? |
i want to use this in my project, but my project is bases on .net4.0, visual studio 2015, when I Compiled the project, it has warninig, it said Failed to parse, this is based on .net4.5 ,which is heigher than .net4, |
You can't run it on a lower framework, unless you retarget & rebuild it for .NET 4.0. |
Hi, @xiaoqianshijian Can you try retargeting, there should be no special code that forbids you to compile at 4.0 @Wagnerp : the .NET 4.7 is supported on Windows 10 ; Windows 7 Service Pack 1; Windows 8.1; Windows Server 2008 R2 SP1; Windows Server 2012; Windows Server 2012 R2; Windows Server 2016 Fair enough compatibility. Do you have some interesting features in your fork that I may take a look at ? |
I think what @xiaoqianshijian is trying to do is to use a 4.7 version with a 4.0 version of their app. Of course you can have a look at my branch, I can't remember what changes I've made, as I haven't looked at that part of the code since February! ;) |
Hi @Cocotteseb I've pushed some updates that may interest you |
Hi @Cocotteseb,
Would it be possible to integrate this project into Krypton-NET-4.7 and the other .NET versions that I'm currently working on?
The text was updated successfully, but these errors were encountered: