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

Drop netstandard 1.0 support #1530

Closed
MichaelSimons opened this issue Jul 29, 2024 · 3 comments
Closed

Drop netstandard 1.0 support #1530

MichaelSimons opened this issue Jul 29, 2024 · 3 comments

Comments

@MichaelSimons
Copy link

Starting in .NET 9, a build warning is emitted if your project targets .NET Standard 1.x. For more information, see Warning emitted for .NET Standard 1.x targets. This was done because there are downsides of targeting Net Standard 1.x.

The .NET project has a dependency on Humanizer, therefore it is included in the .NET build dependency graph when "source building" for inclusion in Linux distros. We are trying to remove all of our .NET Standard 1.x references. We have currently "patched" the humanizer we build to remove the .NET Standard 1.x references but would like to upstream the change if you are open to it.

@hangy
Copy link
Contributor

hangy commented Jul 29, 2024

@MichaelSimons netstandard1.0 has already been dropped for the next release, along with some old .NET Framework versions:

There's a beta version on NuGet, which you could have a look at: https://www.nuget.org/packages/Humanizer.Core.de/3.0.0-beta.54#supportedframeworks-body-tab Also see supported framework.

@MichaelSimons
Copy link
Author

@hangy - That's great - I should have checked. Looking forward to the 3.0.0 release.

@hangy
Copy link
Contributor

hangy commented Jul 30, 2024

You're good 😊 All kudos go to @SimonCropp anyways 😉

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