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

.NET Framework 4.6.2 Support? #853

Open
BlinD-HuNTeR opened this issue Oct 27, 2023 · 0 comments
Open

.NET Framework 4.6.2 Support? #853

BlinD-HuNTeR opened this issue Oct 27, 2023 · 0 comments
Labels
enhancement Feature request or other improvements of existing functionality *no response*

Comments

@BlinD-HuNTeR
Copy link

BlinD-HuNTeR commented Oct 27, 2023

Hello,

I noticed that as of v1.4.0 support for .NET 4.5 Framework has been dropped in favor of .NET 6. This has also been mentioned on issue #804, and the accepted solution was the fact that .NET 4.8 is supported through the netstandard2.0 target.

However, when it comes to older frameworks such as .NET 4.6.1/4.6.2, even though they do support .NET Standard 2.0, when compiling a project that references netstandard libraries, it generates an additional 96 assemblies it the build output, which is quite annoying.

Because of that, many nuget packages also provide a net461 or net462 target, that allows them to be referenced without producing those additional assemblies. No code changes are required, since all the NETStandard APIs are present in those frameworks.

Therefore I would like to request that framework to be included as a build target in this project. Since .NET 4.6.1 has recently come to end of support, maybe you could add net462 as a target to this library.

Anyway, thanks for your attention.

@BlinD-HuNTeR BlinD-HuNTeR added the enhancement Feature request or other improvements of existing functionality label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or other improvements of existing functionality *no response*
Projects
None yet
Development

No branches or pull requests

1 participant