You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: