From 5d78bc894749a6e6bdb81bf45171fc69eb75768b Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Fri, 8 Mar 2024 17:59:51 +1100 Subject: [PATCH] drop net462 and net472 --- readme.md | 7 ++++++- src/Humanizer/Humanizer.csproj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b211d3df9..c48717a7e 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,12 @@ You can install Humanizer as [a nuget package](https://nuget.org/packages/Humani All languages: `Humanizer` -Humanizer is a .NET Standard Class Library with support for .NET Standard 1.0+ (.Net 4.5+, UWP, Xamarin, and .NET Core). + +### Supported frameworks + +The following frameworks are supported: net4.8, net6, net7, and net8 + +Note: The nuget also targets netstandard2. This is to enable scenario where netstandard2 is required. For example Roslyn Analyzers or MSBuil tasks. Other frameworks (other than listed above) that can consume netstandard2 (example net4.6.1 through to net 4.7.2) are not supported. For example net4.6.1 through to net4.7.2 are not supported. Also Humanizer symbols are source indexed with [SourceLink](https://github.com/dotnet/sourcelink) and are included in the package so you can step through Humanizer code while debugging your code. diff --git a/src/Humanizer/Humanizer.csproj b/src/Humanizer/Humanizer.csproj index c6f4f6bcf..b259956db 100644 --- a/src/Humanizer/Humanizer.csproj +++ b/src/Humanizer/Humanizer.csproj @@ -1,6 +1,6 @@  - netstandard2.0;net462;net472;net48;net6.0;net7.0;net8.0 + netstandard2.0;net48;net6.0;net7.0;net8.0 Mehdi Khalili, Claire Novotny MIT https://github.com/Humanizr/Humanizer