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

Remove .NET Standard 2.1 support #466

Open
joachimgoris opened this issue Jan 6, 2025 · 3 comments
Open

Remove .NET Standard 2.1 support #466

joachimgoris opened this issue Jan 6, 2025 · 3 comments

Comments

@joachimgoris
Copy link
Contributor

joachimgoris commented Jan 6, 2025

Is your feature request related to a problem? Please describe.
I am wondering why we support .NET Standard 2.1. .NET Standard 2.1 only adds support for Xamarin, Mono and Unity. .NET Framework support is lost due to it being .NET Standard 2.1 instead of 2.0.

Describe the solution you'd like
Remove the support for .NET Standard and only keep supporting .NET versions.

Describe alternatives you've considered
Remove support for .NET standard and add support for .NET Standard 2.0 so it does support .NET Framework.
image

@stijnmoreels
Copy link
Member

Backwards compatibility reasons is the main one. In Arcus.Testing, this already removed, but other Arcus repo's there might indeed some chore work to be done.

@joachimgoris
Copy link
Contributor Author

So it's okay to remove but hasn't been removed yet?

@stijnmoreels
Copy link
Member

So it's okay to remove but hasn't been removed yet?

It needs to be discussed first. Arcus.Testing had the luxuary that it didn't build on top of .NET Standard in the beginning.

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

No branches or pull requests

2 participants