Skip to content
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

Support .net 4.5 #570

Closed
hoangcuongvn opened this issue Dec 23, 2018 · 1 comment
Closed

Support .net 4.5 #570

hoangcuongvn opened this issue Dec 23, 2018 · 1 comment
Milestone

Comments

@hoangcuongvn
Copy link

I see CM 4.0 now only supports .net 4.6 or higher. The problem is that .net 4.6 can only be installed on win7sp1, it cannot be installed on win7 (without sp1). Is it possible if CM keeps supporting .net 4.5? So we are able to deploy apps on win7 with or without sp1? CM source code is completely compatible with .net 4.5. We just need to find and replace "net46" by "net45" in the *.csproj files.

@nigel-sampson
Copy link
Contributor

I think this could be possible, I moved to .NET Standard 1.3 which required 4.6 due to the Source link tools. Given these are build tools we may be able to move back to NET Standard 1.0 and 4.5.

@nigel-sampson nigel-sampson added this to the v4.0.0 milestone Dec 27, 2018
nigel-sampson pushed a commit that referenced this issue Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants