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

Increase .NET framework version to 4.7. #147

Merged
merged 1 commit into from
Oct 2, 2021
Merged

Increase .NET framework version to 4.7. #147

merged 1 commit into from
Oct 2, 2021

Conversation

PhyxionNL
Copy link
Collaborator

So we can use Array.Empty and a few other things.

@PhyxionNL PhyxionNL merged commit c408a42 into master Oct 2, 2021
@PhyxionNL PhyxionNL deleted the net47 branch October 2, 2021 14:38
@jgaulon
Copy link
Contributor

jgaulon commented Oct 11, 2021

@PhyxionNL why 4.7 and not 4.7.2? or 4.8?

@PhyxionNL
Copy link
Collaborator Author

47 works for 472 and 48 as well 🙂

@jgaulon
Copy link
Contributor

jgaulon commented Oct 11, 2021

Asking because I have 4.7.2 and 4.8 SDK installed only, and since this change, I can't compile anymore (MSB3644 The reference assemblies for .NETFramework,Version=v4.7 were not found). Only when I change in csproj net47 into net472.

Any hint why the exact version of framework is required here?

@PhyxionNL
Copy link
Collaborator Author

Only 462 is needed for now for Array.Empty + .NET Standard support, but with 47 you can also use tuple deconstruct, which might be useful at some point. Better install some more SDKs, at least 462 and up as many official .NET libraries also target 462.

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

Successfully merging this pull request may close these issues.

2 participants