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 target framework variable #2532

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Varorbc
Copy link
Contributor

@Varorbc Varorbc commented Sep 10, 2024

@JamesNK
Hey, I noticed things got a bit messy when I was defining the target frameworks. Can you help me confirm the final target frameworks? For example, Grpc.Net.Client supports net462, netstandard2.0, netstandard2.1, net6.0, net7.0, and net8.0, but Grpc.Net.ClientFactory only supports netstandard2.0, netstandard2.1, net6.0, net7.0, and net8.0—it’s missing net462. Also, can you check if this is correct? And by the way, is netstandard2.1 really necessary?

@JamesNK
Copy link
Member

JamesNK commented Sep 10, 2024

Grpc.Net.Client supports net462

net462 was added to Grpc.Net.Client so it could automatically include and use the WinHttpHandler package.

netstandard2.0 supports .NET Framework, so I don't think it was added anywhere else.

And by the way, is netstandard2.1 really necessary?

It's not needed anymore.

@Varorbc
Copy link
Contributor Author

Varorbc commented Sep 17, 2024

@JamesNK Can you review 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.

2 participants