arcus.webapi icon indicating copy to clipboard operation
arcus.webapi copied to clipboard

Remove .NET Standard 2.1 support

Open joachimgoris opened this issue 1 year ago • 3 comments

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

joachimgoris avatar Jan 06 '25 12:01 joachimgoris

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.

stijnmoreels avatar Jan 06 '25 12:01 stijnmoreels

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

joachimgoris avatar Jan 06 '25 12:01 joachimgoris

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.

stijnmoreels avatar Jan 06 '25 13:01 stijnmoreels