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 for .NET Framework 3.5 #83

Closed
attiqeurrehman opened this issue Sep 25, 2018 · 4 comments
Closed

Support for .NET Framework 3.5 #83

attiqeurrehman opened this issue Sep 25, 2018 · 4 comments

Comments

@attiqeurrehman
Copy link

Hi,

First of all, a lovely library and it was exactly what I was looking for. I was wondering can you add support for .NET Framework 3.5 as well?

Thanks,
Attiqe

@joaomatossilva
Copy link
Owner

joaomatossilva commented Sep 28, 2018

Hi. Sorry, didn't noticed the issue.

I think the lowest I could go without much assle would be to 4.0.

Unless I make an implementation of Lazy<T> myself. I'll make a few tests and see.

@attiqeurrehman
Copy link
Author

Thanks for reply and I will looking forward to it.

@joaomatossilva
Copy link
Owner

I think I have rather bad news.
dotnet/msbuild#1333

The CLI from dotnet core doesn't support building to target 3.5. Since it is the base of the entire build process of this library, this means I can't support the 3.5 Framework.

The workaround for it, is that you should be able to pull the source, and build it, from the net35 branch.
Try it if you like.

Sorry if It doesn't help you much, but I can't be holding on to older framework version since it would compromise the future.

@attiqeurrehman
Copy link
Author

No problem, Thanks for your efforts.

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

Successfully merging a pull request may close this issue.

2 participants