CharsetDetector / UTF-unknown

Character set detector build in C# - .NET 5+, .NET Core 2+, .NET standard 1+ & .NET 4+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade target .NET Framework 4.0 to 4.5.2

rstm-sf opened this issue · comments

Hello!

Maybe upgrade target .NET Framework 4.0 to 4.5.2 in version 3.*?

<TargetFrameworks>net40;netstandard1.0;netstandard1.3;netstandard2.0;netcoreapp2.0;netcoreapp3.0</TargetFrameworks>

Because MS don't support (see Lifecycle FAQ—.NET Framework) and some optimizations

What kind of optimizations your thinking of?

I prefer keeping 4.0 if it's still working.

Yes, but if a user uses .net 4.5.1, that works without changing this library.

@304NotModified, Ok. Sorry, I am not so good at this yet, but I have read the documentation and it suited me. I was still just embarrassed that I could not use the optional features of the frameworks :)

I think it can be closed then