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

Add .Net 4.6 target #28

Merged
merged 2 commits into from
Dec 17, 2018
Merged

Add .Net 4.6 target #28

merged 2 commits into from
Dec 17, 2018

Conversation

General-Fault
Copy link

I have some legacy code on .Net 4.6 that could benefit from the recent updates to IdParser error handling. And it would be nice to continue using an "official" package rather than a custom build.

General-Fault added 2 commits December 3, 2018 11:31
@c0shea
Copy link
Owner

c0shea commented Dec 5, 2018

Good idea. Is the net46 target necessary or will net45 suffice? I would assume that you should be able to reference the net45 assembly in a net46 project.

@General-Fault
Copy link
Author

Selfishly, I'd ask for 4.6 since a 4.6 build has already gone through our QA process. But theoretically I see no problem with just targeting 4.5.

@c0shea c0shea merged commit 78c7b45 into c0shea:master Dec 17, 2018
@c0shea
Copy link
Owner

c0shea commented Dec 17, 2018

I'll start with net45 for now. Thanks!

@General-Fault
Copy link
Author

Thank you for adding it!

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 this pull request may close these issues.

None yet

2 participants