Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Cannot compile the clone project with .Net Framework <= 4.0 #18

Open
tonginbox opened this issue Apr 19, 2018 · 0 comments
Open

Cannot compile the clone project with .Net Framework <= 4.0 #18

tonginbox opened this issue Apr 19, 2018 · 0 comments

Comments

@tonginbox
Copy link

throw new ArgumentNullException(nameof(server));

The code using 'nameof(...)' which is C# 6.0/Framework 4.x but the NHttp project target framework 2.0 therefore the project fail to compile.

Is this a mistake?

I target it to run on .Net 4.0 therefore I have to remove all of them and it works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant