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 net7.0 and net8.0 target frameworks #1917

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

Evangelink
Copy link
Member

No description provided.

@Evangelink Evangelink merged commit 1e470d8 into microsoft:main Dec 11, 2023
5 of 8 checks passed
@Evangelink Evangelink deleted the dev/amauryleve/new-tfm branch December 11, 2023 13:03
@Romfos
Copy link

Romfos commented Dec 23, 2023

@Evangelink Hi, could you please add motivation for this change?
What is the value to target directly .net 7 and .net 8 if we already have .net 6 and no custom code for .net 7+.
As the result we have veeery long list of target frameworks.
No action required, just curious for me, maybe i miss something =)

@Evangelink
Copy link
Member Author

Performance gain that are pretty worth it (especially for net8.0) :)

@Romfos
Copy link

Romfos commented Dec 23, 2023

but, if i right understand, tfm of dependency library do not have impact on it? perf is depends on runtime?

@Evangelink
Copy link
Member Author

@Romfos indeed you are right. The NuGet packages we have do not provide any net7 or net8 improvements and we don't use any special API so this change is for now pointless. I will revert when I am back from holidays.

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